AutoMin
AutoMin copied to clipboard
I've forked and added LABjs support, merge into main?
Hi Jesse,
Just a heads up I've forked AutoMin and added a few lines of code to support non-blocking/deferred parsing support of JavaScript via the LABjs script loader.
Example of AutoMin + LABjs is here at our blog: http://www.totalserve.net.au/blog/post/automin-with-labjs-compatibility-for-deferred-javascript-parsing - you'll see that the page loads, is rendered and a split-second latter the syntax highlighter will kick into gear. Which greatly speeds up JavaScript intensive websites.
I used the tag pair: {exp:automin:labjs} {/exp:automin:labjs}
You may want to integrate it into main, it's a handy feature!
Regards, Michael Pasqualone
Thanks for this. I'll take a look in the next few days and get back to you.