Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebusybiscuit/jafileminifier
Just Another File Minifier Software (.js/.css/.json)
https://github.com/thebusybiscuit/jafileminifier
minifier minify minify-css minify-javascript minify-json minifying-files web-development
Last synced: 2 months ago
JSON representation
Just Another File Minifier Software (.js/.css/.json)
- Host: GitHub
- URL: https://github.com/thebusybiscuit/jafileminifier
- Owner: TheBusyBiscuit
- License: mit
- Created: 2017-03-10T12:52:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T15:00:19.000Z (about 1 year ago)
- Last Synced: 2023-12-15T16:25:25.590Z (about 1 year ago)
- Topics: minifier, minify, minify-css, minify-javascript, minify-json, minifying-files, web-development
- Language: Java
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JAFileMinifier
Just Another File Minifier Software# Supported File Extensions
```
.css
.js
.json
```
# Usage1. [Download the compiled .jar](https://github.com/TheBusyBiscuit/JAFileMinifier/raw/master/dist/JAFileMinifier.jar) and place it into your Project's folder
2. 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# Disclaimer
This Software connects to the following web services in order to perform its tasks:
```
https://javascript-minifier.com/
https://cssminifier.com/
```