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