I read HTML5 Boilerplate plugins.js answer which says to concatenate the js plugins needed using a makefile/script. Though on the Boilerplate site it says it will already do this if you use the build script:
Combines and minifies javascript (via yui compressor)
So in terms of a plugin such as History.js, do I just follow balupton's installation instructions or use the uncompressed set then concatenate manually or can I just throw the uncompressed set into plugins.js and then let the build take care of it ?
I guess in the end each person has their own style, I was just wondering whether anyone used history.js with the Boilerplate.