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 2ac6d5fc6b Move docs tasks 9 years ago
..
admin Fix config load 9 years ago
collections Fix config load 9 years ago
config Fix config load 9 years ago
docs Move docs tasks 9 years ago
rtl Fix config load 9 years ago
README.md Fix config load 9 years ago
build.js Fix config load 9 years ago
check-install.js Stubs out all missing task files 9 years ago
clean.js Revise clean/version tasks 9 years ago
install.js Stubs out all missing task files 9 years ago
version.js Revise clean/version tasks 9 years ago
watch.js Iteration on tasks 9 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 Semantic UI', watch));