benwilkins / AutoMin

AutoMin is an ExpressionEngine module and extension that automates the combination and compression of your source files and currently supports CSS, JavaScript, LESS, and HTML compression.
http://devot-ee.com/add-ons/automin
23 stars 5 forks source link

I've forked and added LABjs support, merge into main? #19

Open michaelp85 opened 12 years ago

michaelp85 commented 12 years ago

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

bunchjesse commented 11 years ago

Thanks for this. I'll take a look in the next few days and get back to you.