samaxes / minify-maven-plugin

Combine and minimize JavaScript and CSS files for faster page loading.
http://samaxes.github.com/minify-maven-plugin
Apache License 2.0
222 stars 91 forks source link

gzip feature request #90

Open azerafati opened 9 years ago

azerafati commented 9 years ago

coming here from using Yui compressor plugin, I'm enjoying everything. But I miss the ability to create a gzipped version of my compressed files beside them in YUI there is the option

true

this feature would be really appreciated, if it could also gzip files based on a filter so that we could gzip files of closure and yui and also already minified files which we excluded in configurations.

samaxes commented 8 years ago

I don't have plans for adding GZIP support to the plugin myself. But you are welcome to have a look at PR #114 and submit a working pull request.

OrangeDog commented 4 years ago

It's odd, because the plugin already gzips it in order to log the size, but then just discards it.