I am using the HTML5 Boilerplate and would like to combine multiple jQuery plugins in to one file. If you could give me a code snippet to study I would greatly appreciate it.
I know this question has been pushed but on one ever show you how it is done.
Dose the YUI compressor that is used with the Yslow firebug plug-in a compressor for JQuery as well: dose it combine all JQuery plug-ins on a site and out put one nice .js file?
The build script has you covered. It concatenates and minifies all of the files in
js/mylibswhen you run it.See more in the HTML5Boilerplate docs