Skip to content

Files

This branch is 2773 commits behind Semantic-Org/Semantic-UI:master.

tasks

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 13, 2015
Feb 27, 2015
Apr 16, 2015
Feb 19, 2015
Feb 27, 2015
Jan 29, 2015
Apr 13, 2015
Jan 30, 2015
Jan 29, 2015
Apr 13, 2015
Jan 30, 2015
Mar 23, 2015

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