first commit to new repo
This commit is contained in:
16
static/semantic/tasks/collections/README.md
Executable file
16
static/semantic/tasks/collections/README.md
Executable file
@@ -0,0 +1,16 @@
|
||||
## How to use
|
||||
|
||||
These are collections of tasks that are imported together.
|
||||
|
||||
To import them into gulp:
|
||||
```javascript
|
||||
var
|
||||
gulp = require('gulp'),
|
||||
// modified to point to semantic folder
|
||||
install = require('tasks/collections/install')
|
||||
;
|
||||
gulp = install(gulp);
|
||||
|
||||
// tasks are now injected and ready to be used
|
||||
gulp.start('install');
|
||||
```
|
||||
Reference in New Issue
Block a user