mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-28 09:48:23 -05: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 Fomantic's build tools
const watch = require('path/to/fomantic/tasks/watch');
gulp.task('watch ui', watch);