Sha256: d42d226f284ca0fb541d73f2aae7ee0b8d060ed8a1ae2fec2ed0b12331606c91
Contents?: true
Size: 337 Bytes
Versions: 184
Compression:
Stored size: 337 Bytes
Contents
## 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'); ```
Version data entries
184 entries across 184 versions & 1 rubygems