legendary-doc-site/apps/core/assets/semantic/tasks
2020-07-03 21:41:01 -05:00
..
admin chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
build chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
collections chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
config chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
docs chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
rtl chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
build.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
check-install.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
clean.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
install.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
README.md chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
version.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05:00
watch.js chore: Convert to umbrella app 2020-07-03 21:41:01 -05: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);