Name Last Update
..
admin Loading commit data...
collections Loading commit data...
config Loading commit data...
docs Loading commit data...
rtl Loading commit data...
README.md Loading commit data...
build.js Loading commit data...
check-install.js Loading commit data...
clean.js Loading commit data...
install.js Loading commit data...
version.js Loading commit data...
watch.js Loading commit data...

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