Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/appsynergy/generator-gulp-coffee-compass

Yeoman generator with gulp, coffeescript and compass. For fast web prototyping. + swig html for data.
https://github.com/appsynergy/generator-gulp-coffee-compass

Last synced: 11 days ago
JSON representation

Yeoman generator with gulp, coffeescript and compass. For fast web prototyping. + swig html for data.

Awesome Lists containing this project

README

        

### GCCG - Gulp, Coffee, Compass Generator

## Requirements

* npm
* bundle (`gem install bundle`)

## Gulp Tasks

* coffee -- compile, uglify all coffeescript
* index -- publish index file
* bower -- copy over all bower distribution files
* sass -- compile all sass into css
* serve -- run a lightweight server :3000
* watch -- watch coffee, index
* dev -- server & watch
* clean -- nuke public/

## A [Yeoman](http://yeoman.io) generator

```bash
npm install -g yo
```

## License

MIT