brendanashworth / grunt-breakout

Breakout build environment for web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grunt Breakout

This is a fork of connor4312's version, except this one is in Coffeescript and tailored to my wishes.

Breakout build environment for web development. MIT license, do what you'd like with it.

Installation

$ git clone https://github.com/boboman13/grunt-breakout
$ npm install
$ bower install

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.

About

Breakout build environment for web development


Languages

Language:CoffeeScript 98.5%Language:CSS 1.5%