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 b1cf5e8455 Fix #2184 User error messages are confusing for missing themes 9 years ago
..
admin Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next 9 years ago
build Related #2014, separate css and javascript into separate tasks 9 years ago
collections #1866 - Adds more intelligent regexp version number replace, preserves component names in banners 9 years ago
config Fix #2184 User error messages are confusing for missing themes 9 years ago
docs Update 9 years ago
rtl #1866 - Adds more intelligent regexp version number replace, preserves component names in banners 9 years ago
README.md Fix config load 9 years ago
build.js Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next 9 years ago
check-install.js Iteration on install 9 years ago
clean.js Revise clean/version tasks 9 years ago
install.js #2101 finish fix for npm install 9 years ago
version.js Iteration on install 9 years ago
watch.js Site.variables now only rebuilds css files on change 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));