Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/grunt-breakout
Breakout build environment for web development
https://github.com/connor4312/grunt-breakout
Last synced: about 1 month ago
JSON representation
Breakout build environment for web development
- Host: GitHub
- URL: https://github.com/connor4312/grunt-breakout
- Owner: connor4312
- Created: 2014-03-20T19:50:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-20T23:48:26.000Z (over 10 years ago)
- Last Synced: 2024-10-25T22:21:13.709Z (about 2 months ago)
- Language: JavaScript
- Size: 157 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Grunt Breakout
Breakout build environment for web development. MIT license, do what you'd like with it.
Usage:
* `grunt` - Compiles, but does not minify, assets.
* `grunt spy` - File watcher for html, less, js, images, and coffeescript.
* `grunt dist` - Compiles and minifies all assets.
* `grunt pack` - Compiles and minifies all assets, and puts them in dist.zip for sharing/distribution.