Skip to content

Cloudstek/yeoman-gulp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generator Gulp

Modular gulpfile generator for Yeoman

Installation

Install the yeoman gulp generator with the following command:

npm install -g cloudstek/yeoman-gulp

Make sure it's installed globally or yeoman won't find it!

Directory structure

├── gulp/
│   ├── index.js
│   ├── tasks/
│   │   ├── ...
├── gulpfile.js

Usage

Simply run the generator and follow the steps:

yo gulp 

And then run gulp if you wish:

gulp
# or to build without watching
gulp build