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: 8 months 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T11:47:21.000Z (over 11 years ago)
- Last Synced: 2025-04-12T20:09:56.628Z (about 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- 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