Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgenin/minification.script
an maven plugin for minifying javascript files and modifiying the template files.
https://github.com/cgenin/minification.script
Last synced: 4 days ago
JSON representation
an maven plugin for minifying javascript files and modifiying the template files.
- Host: GitHub
- URL: https://github.com/cgenin/minification.script
- Owner: cgenin
- Created: 2014-10-20T21:59:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-17T02:45:18.000Z (7 months ago)
- Last Synced: 2024-04-17T11:22:39.111Z (7 months ago)
- Language: JavaScript
- Size: 241 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maven plugin - script minification
## The problem ?
You want for your developpement phase working with javascript script without minification. This behavior is useful for debugging. For testing or your production, you ant using minification scripts.
The Wro4j project provide an maven plugin which do minification of your scripts. But, he does not manage your `` tag in your html or your template files. This project modify your template for replacing your source file url present in your tags by the minified version.