I’ve forked AutoMin, hopefully for my modifications to be merged back into main, and added LABjs script loader support for lazy loading/deferred loading of JavaScript.
Don’t know what deferred loading of JavaScript is?
If you’re a web-developer, you should really learn about it. It’s recommended by Google here and here and will speed up your site considerably and make it much more snappier.
My simple Automin modification:
You’ll find my modification and usage instructions here: AutoMin with LABjs Compatibility for Deferred Javascript Parsing
Our blog is using LABjs as an example, you’ll see it in action as the page and text will load/render while JavaScript is being processed in the background where you see the syntax highlighter (the black box) kick in a split second latter which allows for an instantaneous page load while still having some Javascript features like our menu.
If anyone has any questions, fire away!