jayfella c97084e992 Initial Commit 5 年之前
..
admin c97084e992 Initial Commit 5 年之前
build c97084e992 Initial Commit 5 年之前
collections c97084e992 Initial Commit 5 年之前
config c97084e992 Initial Commit 5 年之前
docs c97084e992 Initial Commit 5 年之前
rtl c97084e992 Initial Commit 5 年之前
README.md c97084e992 Initial Commit 5 年之前
build.js c97084e992 Initial Commit 5 年之前
check-install.js c97084e992 Initial Commit 5 年之前
clean.js c97084e992 Initial Commit 5 年之前
install.js c97084e992 Initial Commit 5 年之前
version.js c97084e992 Initial Commit 5 年之前
watch.js c97084e992 Initial Commit 5 年之前

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