1.0.0 • Published 9 years ago

compressed-js-fs v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

node-compressed-js-fs

Use compressed JS on disk (because size matters sometimes)

Usage

npm install compressed-js-fs

Prepare code by calling compressFile({ filename, replace: true, level }, callback), which will replace .js files with a deflated version. Note that because this will replace the input files, you should make a copy of your source before running it.

When running the code, require compressed-js-fs before requiring any compressed files.

1.0.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago