Ai
22 Star 39 Fork 2

小为/iReact

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gulpfile.js 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
aTool 提交于 2016-06-11 14:30 +08:00 . update gulp
const fs = require('fs');
const gulp = require('gulp');
const wrap = require('gulp-wrap');
const uglify = require('gulp-uglify');
gulp.task('build_data', () => (
gulp.src('data.js')
.pipe(wrap({src: 'res/js/exports.js'}))
.pipe(uglify()) //uglify
.pipe(gulp.dest('res/js/dist/'))
));
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hustcc/iReact.git
git@gitee.com:hustcc/iReact.git
hustcc
iReact
iReact
gh-pages

搜索帮助