SolidScribe/client/semantic/tasks
2019-07-19 20:51:57 +00:00
..
admin Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
build Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
collections Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
config Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
docs Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
rtl Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
build.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
check-install.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
clean.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
install.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
README.md Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
version.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00
watch.js Started to build out the app. Its got a basic set of features and it should really be in VC 2019-07-19 20:51:57 +00:00

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);