You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Cheng e4a1200cee 231205.cheng 1 year ago
..
admin 231205.cheng 1 year ago
build 231205.cheng 1 year ago
collections 231205.cheng 1 year ago
config 231205.cheng 1 year ago
docs 231205.cheng 1 year ago
rtl 231205.cheng 1 year ago
README.md 231205.cheng 1 year ago
build.js 231205.cheng 1 year ago
check-install.js 231205.cheng 1 year ago
clean.js 231205.cheng 1 year ago
install.js 231205.cheng 1 year ago
version.js 231205.cheng 1 year ago
watch.js 231205.cheng 1 year ago

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