UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

13 lines (10 loc) 349 B
var gulp = require('gulp'); // Add all 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('launch', ['app-launch']); // Set default task gulp.task('default', ['build']);