https://github.com/danielrohers/minificationfrontend
Minification Front-End is a plugin for the minification of Javascript or CSS
https://github.com/danielrohers/minificationfrontend
Last synced: over 1 year ago
JSON representation
Minification Front-End is a plugin for the minification of Javascript or CSS
- Host: GitHub
- URL: https://github.com/danielrohers/minificationfrontend
- Owner: danielrohers
- Created: 2013-11-28T21:29:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T23:21:25.000Z (over 12 years ago)
- Last Synced: 2025-01-24T10:47:06.598Z (over 1 year ago)
- Language: Groovy
- Homepage:
- Size: 887 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MinificationFrontEnd
====================
Minification Front-End is a plugin for the minification of Javascript or CSS
# Installation
#### In plugin:
cd MinificationFrontEnd
grails clean
grails refresh-dependencies
grails compile
grails maven-install
#### In your project:
cd YourProject
Add in `BuildConfig.groovy`:
compile ":minification-front-end:0.1"
Run in terminal:
grails clean
grails refresh-dependencies
grails compile
# Usage
In your project, run scripts when you want to minification:
grails Minification js
grails Minification css