mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-02 20:28:22 -05:00
395 B
395 B
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);