1 Star 0 Fork 8

JRK_dai / pile.js

forked from DiDi-opensource / pile.js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gulpfile.js 277 Bytes
一键复制 编辑 原始数据 按行查看 历史
renmaomin 提交于 2019-02-14 17:16 . style(gulpfile.js): add css compress
// 获取 gulp
const gulp = require('gulp');
const uglifyCSS = require('gulp-clean-css');
// 压缩 js 文件
// 在命令行使用 gulp script 启动此任务
gulp.task('css', () => gulp.src('dist/styles/pile.min.css')
.pipe(uglifyCSS())
.pipe(gulp.dest('dist/styles')));
JavaScript
1
https://gitee.com/dfx/pile.js.git
git@gitee.com:dfx/pile.js.git
dfx
pile.js
pile.js
master

搜索帮助