diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/tasks/collections/README.md | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/tasks/collections/README.md')
| -rw-r--r-- | semantic/tasks/collections/README.md | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/semantic/tasks/collections/README.md b/semantic/tasks/collections/README.md deleted file mode 100644 index 1cae511..0000000 --- a/semantic/tasks/collections/README.md +++ /dev/null @@ -1,16 +0,0 @@ -## 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'); -```
\ No newline at end of file |