Hello EE people!
I would like to use HTML5 Boilerplate (http://html5boilerplate.com) with my new EE project and I wanted to know if anyone else had much experience with it and if they could help me. Specifically I want to know how you adapted their Build Script to work with EE.
For those who don’t know, the HTML5 Boilerplate build script parses your development code folders and reduces CSS, Javascript and images in size and then outputs the results in to a new “publish” folder. This is clearly an issue for EE as it’s not designed with this in mind.
I’ve searched the EE forums for relevant posts and the only relevant post I found is the following:
HTML5 Boilerplate - using their .htaccess, caching etc with EE
http://ellislab.com/forums/viewthread/175919/
It doesn’t deal with the Build Script issue although James Hurst does ask a similar question to what I am asking (http://ellislab.com/forums/viewthread/175919/#944501) and links to a github project called eecms-build-tool (https://github.com/newism/eecms-build-script) but it doesn’t work out of the box and appears to be based on an old version HTML5 Boilerplate.
So, how do we crack this nut fellow engineers? Let’s get this build script working for EE!