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.
 
 
 
jlukic daa2438f04 Add npm publish to bot for main repo 2 years ago
..
admin Add npm publish to bot for main repo 2 years ago
build Finish first draft of v4 tasks 4 years ago
collections Work on admin scripts gulp4 2 years ago
config Merge pull request #6815 from jnpwebdeveloper/master 4 years ago
docs Same docs/admin task refactoring 4 years ago
rtl Finish first draft of v4 tasks 4 years ago
README.md #2648 - Fix issue when build/watch tasks are imported without sub-tasks defined 9 years ago
build.js Finish first draft of v4 tasks 4 years ago
check-install.js Finish first draft of v4 tasks 4 years ago
clean.js Finish first draft of v4 tasks 4 years ago
install.js Fix process exit without callback 4 years ago
version.js Finish first draft of v4 tasks 4 years ago
watch.js Finish first draft of v4 tasks 4 years 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);