UNPKG

337 BMarkdownView Raw
1## How to use
2
3These are collections of tasks that are imported together.
4
5To import them into gulp:
6```javascript
7var
8 gulp = require('gulp'),
9 // modified to point to semantic folder
10 install = require('tasks/collections/install')
11;
12gulp = install(gulp);
13
14// tasks are now injected and ready to be used
15gulp.start('install');
16```
\No newline at end of file