uglify-js-minify-css-allfiles

1.3.3 • Public • Published

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.

Package Sidebar

Install

npm i uglify-js-minify-css-allfiles

Weekly Downloads

69

Version

1.3.3

License

MIT

Unpacked Size

742 kB

Total Files

12

Last publish

Collaborators

  • yeongmin