Run gulp [serve]
to kick things off.
gulp
- Default: clean, build and watchgulp serve
- Serve up the goods via BrowserSync!gulp build
- Do a complete build, including testsgulp ci
- CI-specific test taskgulp watch
- Just watch for new changes, don't build initiallygulp js
- Browserify teh c0dezgulp css
- Gettin' Sassygulp jscs
- Code. With style.gulp lint
- Avoid bad habitsgulp test
- TEST ALL THE THINGS!gulp watch-test
- TEST ALL THE THINGS! ...when files change