mako-gzip

1.0.1 • Public • Published

mako-gzip

A plugin for compressing files using gzip.

npm version npm dependencies npm dev dependencies

Purpose

  • compresses files using node's zlib.gzip into a new file
  • the new file is the same path as the input, only given a .gz suffix (eg: index.js -> index.js.gz)

API

gzip(extensions)

The list of file extensions to apply this plugin for.

Package Sidebar

Install

npm i mako-gzip

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • dominicbarnes