1.0.0 • Published 10 years ago

compressed-js-fs v1.0.0

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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago