Closed dlh3 closed 10 years ago
Pull request adds "useSmallestFile" configuration (default true) to discard compressed output and instead copy input to output. Applies only to the minify, not gzip compression.
f984ef7 cleans up a couple small formatting inconsistencies.
Thanks
When a compression results in a larger file size than the source, I would like to skip compression on that file and include the raw source in the generated output.
A configuration property is more flexible and preferable to manually excluding files with this result.
Example (actually 100.5%):
With plugin version 1.1, the compressed file was actually 102% of the original size.