I thought I'd try out the Build Script for HTML5 Boilerplate - it's aimed at front-end designers and developers so this should be fairly straightforward right?
I'm running with a Mac so I should have all I need according to Paul.
Tried it on a blank project and immediately hit a brick wall.
- I ran the cd build command, pointing it to my local folder
- Then I ran ant build. It seemed to go OK, with a load of jibberish about how it was Building a Production environment but got stuck when looking for the htaccess file...
BUILD FAILED /Users/jaygeorge/Dropbox/Websites/Clients/HTML-Sandbox/build/build.xml:137: The following error occurred while executing this line: /Users/jaygeorge/Dropbox/Websites/Clients/HTML-Sandbox/build/build.xml:673: Replace: source file /Users/jaygeorge/Dropbox/Websites/Clients/HTML-Sandbox/publish/.htaccess doesn't exist
Well of course the .htaccess file doesn't exist because it didn't come with the Boilerplate download. Do I need to download the htaccess file from my website so that it sits locally? I don't really understand this stuff - Was hoping Paul Irish would make his instructions more comprehensive :-(.

.htaccessfile in the root folder of the ZIP file, is it not there? Note that you may have to turn on 'view hidden files' or similar to see it. – robertc Mar 22 '11 at 12:41