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