1.0.1 • Published 9 years ago
mako-gzip v1.0.1
mako-gzip
A plugin for compressing files using gzip.
Purpose
- compresses files using node's
zlib.gzipinto a new file - the new file is the same path as the input, only given a
.gzsuffix (eg:index.js -> index.js.gz)
API
gzip(extensions)
The list of file extensions to apply this plugin for.