0.1.4 • Published 10 years ago
generator-gulp-coffee v0.1.4
generator-gulp-coffee
Generator a minimum gulp and coffee-script project with Yeoman.
Getting Started
Not every new computer comes with a Yeoman pre-installed. You only have to install it once.
$ npm install -g yoYeoman Generators
To install generator-gulp-coffee from npm, run:
$ npm install -g generator-gulp-coffeeAnd then, create a directory to put you gulp project in:
$ mkdir your-coffee-proj && cd $_After that, initiate the generator:
$ yo gulp-coffeeThis step takes time to install all dependencies that your project needs.
Finally, run npm start to start your development server and see the demo project.
Any .coffee files changed in ./src will trigger a compilation process and the '.js' files will be written to ./lib folder.