1.0.9 • Published 2 years ago

terser-dir v1.0.9

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

terser-dir

Command to run terser on a folder and minify the result in a single file or a new folder.

Getting Started

Install the module with: npm i terser-dir

Documentation

Usage

terser-dir path [options]
--output  Specify a file/folder to write the minified code
--help    Print this list and exit.

Examples

$ terser-dir src/js --output bundle/
$ terser-dir src/js --output bundle/all.min.js
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

5 years ago

1.0.0

5 years ago