Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/appsynergy/generator-gulp-coffee-compass
- Owner: AppSynergy
- Created: 2015-02-09T11:44:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T11:47:21.000Z (almost 10 years ago)
- Last Synced: 2023-05-13T03:10:18.333Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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