Just Another File Minifier Software
.css
.js
.json
- Download the compiled .jar and place it into your Project's folder
- Open up your Command Prompt and navigate to your Project's folder
$ java -jar JAFileMinifier.jar manual
Runs the Minifier once for all files in your folder (including sub-folders)
$ java -jar JAFileMinifier.jar auto
Will automatically minify all files in your folder (including sub-folders) when they are being edited in realtime. You can stop the program by closing your command prompt or pressing CTRL+C
This Software connects to the following web services in order to perform its tasks:
https://javascript-minifier.com/
https://cssminifier.com/