gulp-cookery / example-webapp-seed

Gulp-chef example seed project for web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example-webapp-seed

Gulp-chef example seed project for web app.

How to Run

$ git clone https://github.com/gulp-cookery/example-webapp-seed.git
$ cd example-webapp-seed
$ npm install
$ gulp

Template Markup

HTML5 Bones.

Tasks

assets

Copy asserts.

images

Copy images.

markups

Copy markups.

scripts

Concat scripts.

styles

Concat styles.

make

Run assets, images, markups, scripts and styles tasks in parallel.

clean

Clean up builds.

build

Run clean and make task in series.

serve

Launch browser and watch files.

watch

Watch and run assets, images, markups, scripts and styles tasks.

default

Run build task.

License

MIT

Author

Amobiz

About

Gulp-chef example seed project for web app.

License:MIT License


Languages

Language:HTML 67.3%Language:CSS 17.7%Language:JavaScript 13.6%Language:ApacheConf 1.4%