jstuckey / gulp-gzip

Gzip plugin for gulp.
MIT License
175 stars 17 forks source link

Add extension and preExtension options to allow more complex renaming #16

Closed louisremi closed 9 years ago

louisremi commented 9 years ago

I needed to be able to rename filename.css to filename.gz.css, to serve these files with Content-Encoding: 'gzip' and preserve mime-type detection.

jstuckey commented 9 years ago

Thanks for the PR, @louisremi! This looks good.

Unfortunately, I am away from my computer until tomorrow. I will merge and publish when I get back home.

jstuckey commented 9 years ago

Published as 1.2.0. Thanks again!