Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.