Gulp-chef example seed project for web app.
$ git clone https://github.com/gulp-cookery/example-webapp-seed.git
$ cd example-webapp-seed
$ npm install
$ gulp
Copy asserts.
Copy images.
Copy markups.
Concat scripts.
Concat styles.
Run assets
, images
, markups
, scripts
and styles
tasks in parallel.
Clean up builds.
Run clean
and make
task in series.
Launch browser and watch files.
Watch and run assets
, images
, markups
, scripts
and styles
tasks.
Run build
task.
MIT