UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

15 lines (11 loc) 385 B
var gulp = require('gulp'); // Add standard tasks require('pip-webui-tasks').all(); // Define build tasks gulp.task('build', ['build-dev', 'build-prod']); gulp.task('rebuild', ['build-dev']); gulp.task('clean', ['build-clean']); gulp.task('watch', ['build-watch']); gulp.task('launch', ['app-launch']); // Set default task gulp.task('default', ['build']);