blutorange / closure-compiler-maven-plugin

Combine and minimize JavaScript with Closure Compiler.
http://blutorange.github.com/closure-compiler-maven-plugin
Apache License 2.0
52 stars 6 forks source link

gzip feature request #5

Closed blutorange closed 1 year ago

blutorange commented 5 years ago

Issue by azerafati Saturday Feb 21, 2015 at 09:55 GMT Originally opened as https://github.com/samaxes/minify-maven-plugin/issues/90


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.

blutorange commented 5 years ago

Comment by samaxes Wednesday Oct 26, 2016 at 23:01 GMT


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.

blutorange commented 5 years ago

Is there any reason to have this? Files should be compressed by the server.

blutorange commented 1 year ago

Zipping files also sounds like it should be handled by a different Maven plugin for zipping files. Closing as I do not understand the use case, if anybody has a use case for this, feel free to reopen.