aboutsummaryrefslogtreecommitdiff
path: root/semantic/tasks/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'semantic/tasks/README.md')
-rw-r--r--semantic/tasks/README.md17
1 files changed, 0 insertions, 17 deletions
diff --git a/semantic/tasks/README.md b/semantic/tasks/README.md
deleted file mode 100644
index c602e22..0000000
--- a/semantic/tasks/README.md
+++ /dev/null
@@ -1,17 +0,0 @@
-## Tasks
-
-* Watch - Compile only changed files from source
-* Build - Build all files from source
-* Version - Output version number
-* Install - Run Installer to Set-up Paths
-
-## How to use
-
-These tasks can be imported into your own gulpfile allowing you to avoid using Semantic's build tools
-
-```javascript
-var
- watch = require('path/to/semantic/tasks/watch')
-;
-gulp.task('watch ui', watch);
-```