0.0.7 • Published 7 years ago

fly-brotli v0.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Generate brotli compressed files with Fly.

Install

npm install --save-dev fly-brotli

Usage

exports.compress = function * (fly) {
  yield fly.source('src/*.html')
    .brotli()
    .target('dist');
}

API

.brotli(options)

This plugin offers no unique options.

However, it has a number of default settings that you may override.

Please see brotli.js's Options for a full list of available options.

License

MIT © Chris Koster

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago