I am just getting started with the HTML5 boilerplate build script and I am having some problems. Basically all my scripts are minified and compressed as I would hope, but all of the original <script> tags are left in the output index.html. What I need is for it to replace these tags with a reference to the minified js file. I thought this should happen by default. Maybe I am doing something wrong?
I am just getting started with the HTML5 boilerplate build script and I am
Share
I ended up rolling my own build script with rake and the javascript closure compiler. It was pretty easy actually.