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 ca030ebb33 One last fix 1.12.0 10 years ago
..
admin Publish tasks fail with latest git due to add syntax 10 years ago
collections #1866 - Adds more intelligent regexp version number replace, preserves component names in banners 10 years ago
config Fixes #2122 Component array in semantic.json (or defualts) does not remove duplicates 10 years ago
docs Finish meteor integration of dist/ 10 years ago
rtl #1866 - Adds more intelligent regexp version number replace, preserves component names in banners 10 years ago
README.md Fix config load 10 years ago
build.js Add #2102 to 1.x 10 years ago
check-install.js Iteration on install 10 years ago
clean.js Revise clean/version tasks 10 years ago
install.js #2101 finish fix for npm install 10 years ago
version.js Iteration on install 10 years ago
watch.js Rebuild all UI on site.variables change 10 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));