minify
minify copied to clipboard
Added an option to skip already minified sources
This creates an option to minify sources and skip slow operations on files containing .min. or -min. in its filenames. It's behavior is switchable using a method setOptimalizationLevel. Quick tests added. Resolves #172
+1 for this
Adding a "join only" mode is a very nice feature. Probably AppVeyor and Travis CI failed because some tests need to be updated to take care of this new behavior results. Instead of auto detection, you could try to add a property to switch the behavior(setting it by default to actual mode, current tests will not stop you to commit).
picov: Tests are not meant to be walked around. I updated from upstream to make the repo mergeable again.