tree: af24a141adf2f9454f5946bf3f0b712d47fbbf8c [path history] [tgz]
  1. admin/
  2. build/
  3. collections/
  4. config/
  5. docs/
  6. rtl/
  7. build.js
  8. check-install.js
  9. clean.js
  10. install.js
  11. README.md
  12. version.js
  13. watch.js
semantic/tasks/README.md

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

var
  watch = require('path/to/semantic/tasks/watch')
;
gulp.task('watch ui', watch);