Minify your Web application by minifying all html, css, scss and js files inside it.
install all npm dependencies by typing the following command at the root level of the project
npm install
Then, to run app, you just have to run command :
node index.js
You will be ask to enter two informations here :
- The project absolute path (for example : c:\path\to\your\project)
- The absolute path of where to store result (for example : c:\path\to\where\to\store\result)
When you validate these informations you have the opérations results showing in your console.
This is stored into a dist directory, open it, decompress the zip file (dist.zip) inside
They are two versions here :
- x64 for all system 64 bits
- x86 for all system 86 bits
And three files in all versions :
- minify-web-app-win.exe for windows system users
- minify-web-app-macos for macos system users
- minify-web-app-linux for linux system users
Run the appropriate file version for your system.
Now, you just have to enter two informations here :
- The project absolute path (for example : c:\path\to\your\project)
- The absolute path of where to store result (for example : c:\path\to\where\to\store\result)
When you validate these informations you have the opérations results showing in the window.
Minify only one project at a time
Enjoy it !