jayfella c97084e992 Initial Commit il y a 5 ans
..
admin c97084e992 Initial Commit il y a 5 ans
build c97084e992 Initial Commit il y a 5 ans
collections c97084e992 Initial Commit il y a 5 ans
config c97084e992 Initial Commit il y a 5 ans
docs c97084e992 Initial Commit il y a 5 ans
rtl c97084e992 Initial Commit il y a 5 ans
README.md c97084e992 Initial Commit il y a 5 ans
build.js c97084e992 Initial Commit il y a 5 ans
check-install.js c97084e992 Initial Commit il y a 5 ans
clean.js c97084e992 Initial Commit il y a 5 ans
install.js c97084e992 Initial Commit il y a 5 ans
version.js c97084e992 Initial Commit il y a 5 ans
watch.js c97084e992 Initial Commit il y a 5 ans

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