1.3.3 • Published 4 months ago

uglify-js-minify-css-allfiles v1.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 months ago

NPM downloads NPM total downloads

 Donate  Your help is appreciated! Create a PR or just buy me a coffee

uglify-js-minify-css-allfiles

uglify-js-minify-css-allfiles helps hide the code you don't want to see, obfuscate the code in the deployment environment through a simple CLI in the build environment, and make it less recognizable to others. you can do this easily via demo.js file in node_modules/uglify-js-minify-css-allfiles. you are able to minify all files in a specific folder.

NPM


Table of Contents

Installation

Install with npm:

$ npm i uglify-js-minify-css-allfiles

Examples

// index.js
const minifyAll = require('uglify-js-minify-css-allfiles');

/**
 * @param1 - Type the folder name you want to change all files inside.
 * @param2 - Type the folder name you never want to change all files inside.
 * @functions - minifyAll(minifyFolder, noMinifyFolder)
 */

// Example 1
minifyAll('../test/', 'lib');

// Example 2
minifyAll(process.argv.slice(2)[0], process.argv.slice(2)[1]);

Changelog

Changelog

License

MIT. See LICENSE.md for details.

1.3.3

4 months ago

1.3.1

11 months ago

1.3.0

11 months ago

1.2.9

2 years ago

1.2.8

2 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.9

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 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

4 years ago

1.0.0

4 years ago