You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/semantic/tasks
Jan Dittberner a69e017ead Update semantic UI to 2.4.2 5 years ago
..
admin Update semantic UI to 2.4.2 5 years ago
build Update semantic UI to 2.4.2 5 years ago
collections Update semantic UI to 2.4.2 5 years ago
config Update semantic UI to 2.4.2 5 years ago
docs Update semantic UI to 2.4.2 5 years ago
rtl Update semantic UI to 2.4.2 5 years ago
README.md Add jQuery and Semantic-UI for theming 7 years ago
build.js Add jQuery and Semantic-UI for theming 7 years ago
check-install.js Add jQuery and Semantic-UI for theming 7 years ago
clean.js Add jQuery and Semantic-UI for theming 7 years ago
install.js Update semantic UI to 2.4.2 5 years ago
version.js Add jQuery and Semantic-UI for theming 7 years ago
watch.js Update semantic UI to 2.4.2 5 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);