meenie / munee

Munee: Standalone PHP 5.3 Asset Optimisation & Manipulation
https://munee.herokuapp.com/
MIT License
833 stars 92 forks source link

Don't minify if filename have .min in it #18

Closed canvural closed 11 years ago

canvural commented 11 years ago

Sometimes minifying javascript file which already is minified, cause problems.

meenie commented 11 years ago

Do you think it should check for .min. instead of just .min? Because what if (for some weird reason) someone named their file something like a-flat.minor.js and then it wouldn't be minified.

canvural commented 11 years ago

Aah, yes. Fixed now.

meenie commented 11 years ago

Okay, thanks :). I'll merge this into my next update.

Cheers, meenie