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 2c74b56cc1 #2766, concatenated stream removes dupes 9 years ago
..
admin Update RegExps in packaging for npm. 9 years ago
build #2358, remove component glob from assets 10 years ago
collections #2766, concatenated stream removes dupes 9 years ago
config Merge branch 'master' of github.com:Semantic-Org/Semantic-UI into next 9 years ago
docs Metadata can now be used to parse content links in docs 10 years ago
rtl Move tasks config to somewhere easier to find 10 years ago
README.md #2648 - Fix issue when build/watch tasks are imported without sub-tasks defined 10 years ago
build.js fix build/watch for people importing tasks into their own gulpfile 10 years ago
check-install.js Iteration on install 10 years ago
clean.js Move tasks config to somewhere easier to find 10 years ago
install.js Exit process with explicit success code 10 years ago
version.js Iteration on install 10 years ago
watch.js fix build/watch for people importing tasks into their own gulpfile 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);