1.0.0 • Published 8 years ago

compressed-js-fs v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago