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.
 
 
 
Jack Lukic 9528c1764f Remove console.log 8 years ago
..
admin Fix admin issues 9 years ago
build Update version and fix stupid order bug #3440 8 years ago
collections #3724 fix concat css to not mess with paths replaced with regexp 8 years ago
config Remove console.log 8 years ago
docs Metadata can now be used to parse content links in docs 9 years ago
rtl Move tasks config to somewhere easier to find 9 years ago
README.md #2648 - Fix issue when build/watch tasks are imported without sub-tasks defined 9 years ago
build.js If semantic.json was not found, exit with an error code. 8 years ago
check-install.js Iteration on install 9 years ago
clean.js Move tasks config to somewhere easier to find 9 years ago
install.js #3616 Adds autoInstall option to semantic.json, modifies installer to return correct questions object in autoinstall 8 years ago
version.js Iteration on install 9 years ago
watch.js #3724 fix concat css to not mess with paths replaced with regexp 8 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);