minify icon indicating copy to clipboard operation
minify copied to clipboard

Added an option to skip already minified sources

Open Ashus opened this issue 7 years ago • 3 comments

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

Ashus avatar Sep 21 '17 18:09 Ashus

+1 for this

remyperona avatar Jan 26 '18 00:01 remyperona

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 avatar Feb 11 '18 10:02 picov

picov: Tests are not meant to be walked around. I updated from upstream to make the repo mergeable again.

Ashus avatar Feb 11 '18 22:02 Ashus