1 Star 0 Fork 0

流浪书生 / formio-app-formbuilder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
gulpfile.js 617 Bytes
一键复制 编辑 原始数据 按行查看 历史
Travis Tidwell 提交于 2017-05-10 20:32 . Updates to the form builder app.
/**
* Welcome to your gulpfile!
* The gulp tasks are splitted in several files in the gulp directory
* because putting all here was really too long
*/
'use strict';
var gulp = require('gulp');
require('./gulp/build');
require('./gulp/conf');
require('./gulp/e2e-tests');
require('./gulp/inject');
require('./gulp/scripts');
require('./gulp/server');
require('./gulp/styles');
require('./gulp/unit-tests');
require('./gulp/watch');
/**
* Default task clean temporaries directories and launch the
* main optimization build task
*/
gulp.task('default', ['clean'], function () {
gulp.start('build');
});
JavaScript
1
https://gitee.com/yyalon/formio-app-formbuilder.git
git@gitee.com:yyalon/formio-app-formbuilder.git
yyalon
formio-app-formbuilder
formio-app-formbuilder
master

搜索帮助