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 22a0c7b413 Fix cloned gulp task stream is still using original stream. #6631 #6622 6 years ago
..
admin Merge branch 'gulp-util' of https://github.com/stevelacy/Semantic-UI into next 6 years ago
build Fix cloned gulp task stream is still using original stream. #6631 #6622 6 years ago
collections Update gulp less to support new syntax (and other deps, update tasks) #6512 6 years ago
config Fix component order 6 years ago
docs Fix cloned gulp task stream is still using original stream. #6631 #6622 6 years ago
rtl Fix cloned gulp task stream is still using original stream. #6631 #6622 6 years ago
README.md #2648 - Fix issue when build/watch tasks are imported without sub-tasks defined 9 years ago
build.js If semantic.json was not found, exit with an error code. 9 years ago
check-install.js Iteration on install 9 years ago
clean.js Move tasks config to somewhere easier to find 9 years ago
install.js Setup forked prompt package 7 years ago
version.js Iteration on install 9 years ago
watch.js Fix cloned gulp task stream is still using original stream. #6631 #6622 6 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);