jayfella c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
..
admin c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
build c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
collections c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
config c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
docs c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
rtl c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
README.md c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
build.js c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
check-install.js c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
clean.js c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
install.js c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
version.js c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos
watch.js c97084e992 Initial Commit %!s(int64=5) %!d(string=hai) anos

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