aboutsummaryrefslogtreecommitdiff
path: root/semantic/tasks/collections/README.md
diff options
context:
space:
mode:
authorFuwn <[email protected]>2020-12-14 23:29:56 -0800
committerFuwn <[email protected]>2020-12-14 23:29:56 -0800
commit002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch)
tree428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/tasks/collections/README.md
parent:star: (diff)
downloadme-rewrite-angular.tar.xz
me-rewrite-angular.zip
Diffstat (limited to 'semantic/tasks/collections/README.md')
-rw-r--r--semantic/tasks/collections/README.md16
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