UNPKG

gulp-appx

Version:

Gulp build system for Windows 10 Apps

10 lines (5 loc) 326 B
var gulp = require('gulp'); gulp.task('default', ['clean','sass', 'lint', 'images', 'markup', 'misc', 'watch']); gulp.task('appx:dev', ['clean', 'sass', 'lint', 'images', 'markup', 'misc', 'watchappx']); gulp.task('ext', ['clean', 'sass', 'lint', 'images', 'markup', 'misc', 'watchext']); gulp.task('appx:ext', ['appx']);