Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm just starting out using the HTML5 Boilerplate build script with HTML5BP and I'm a bit stuck and hoping for some advice.

So far I have the following directory structure

source/
    build/
public/

I've made the necessary modifications to the project.properties file to point to the right directories and when I build the project everything is ok (all the files get copied over the CSS gets minified and one of the CSS filenames are changed (and this is updated in the index.html)... BUT .. the javascript seems untouched. The /source/js/vendor folder gets copied over ok but only border-radius.htc gets copied over from the /source/js folder.

All the files are in the intermediate folder so it sees them, but for some reason it doesn't copy them over. Two of the js files are included in the index.html pages so if it is doing selective inclusion at least those two should be copied over right?

So I then added the tag around the two JS files in the index.html (which is meant to minify and concatenate them), which does generate a correct file in the /public/js folder but it does not update the reference to them in index.html.

Any idea what I am doing wrong?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.