johndwells / Minimee

Minimize & combine your CSS and JS files. Minify your HTML. Because size (still) DOES matter.
http://johndwells.github.com/Minimee
56 stars 16 forks source link

Version3 - Check if Minify library already exists before requiring/registering it #27

Open shilpsauce opened 7 years ago

shilpsauce commented 7 years ago

I already had the Minify library and register was already called, so I changed it to check to see if the class exists before requiring and registering it.