1.0.2 • Published 6 years ago

minify-web-app v1.0.2

Weekly downloads
1
License
MIT-Clause
Repository
github
Last release
6 years ago

minify-web-app

Minify your Web application by minifying all html, css and js files inside it.

NPM version

How to use

Set configurations into a config.json file

Set congifs app initialisation by setting :

##### The input projet folder 
	set the path of the project to minify
    
##### The output projet folder 
	set the path of the minified projet. It is in this folder you will get the result

Run the app

Then, to run app, you just have to run command :

node index.js

This will show you the results of the operations performed

Where to get the result

The minified project is stored into a "outputDir" path setting in the config.json file, you just have to enjoy it !.

NB :

Minify only one project at a time

License

MIT

Enjoy it !