http://blog.androidsnippets.com/2011/how-html5-boilerplate-helped-drastically-improving-our-website-performance
And this is where html5-boilerplate really starts to shine. One of it’s best although often overlooked features is the automated build system (with
ant
andbuild.xml
), which automatically compresses and concatenates stylesheets, javascript files and images, producing a heavily optimized version of the website and all resources.We just needed minimal adaptations to make it play nicely with AppEngine, in order to provide a base template all the others can extend, and a full integration of the build process (you can find our adaptation as on github).
Posted via email from miner49r
No comments:
Post a Comment