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 31ca8667ff Update tasks to try SHA again 10 years ago
..
admin Update tasks to try SHA again 10 years ago
collections Admin task iteration 10 years ago
config Update css package for meteor #1607 10 years ago
docs Finish meteor integration of dist/ 10 years ago
rtl Path fixes, rtl fixes 10 years ago
README.md Fix config load 10 years ago
build.js Fixes #1842, small typo caused rtl tasks not to run 10 years ago
check-install.js Iteration on install 10 years ago
clean.js Revise clean/version tasks 10 years ago
install.js Remove mkdir on node_modules, add logs 10 years ago
version.js Iteration on install 10 years ago
watch.js Fixes #1842, small typo caused rtl tasks not to run 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));