blue-twilight/resources/assets/semantic-ui/tasks
2017-03-22 09:25:22 +00:00
..
admin #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
build #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
collections #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
config #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
docs #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
rtl #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
build.js #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
check-install.js #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
clean.js #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
install.js #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
README.md #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
version.js #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00
watch.js #9: Removed Bootstrap and added Semantic UI instead 2017-03-22 09:25:22 +00:00

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);