1 Star 1 Fork 0

mars_wu/gulp工作流搭建并完善

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 690 Bytes
一键复制 编辑 原始数据 按行查看 历史
mars_wu 提交于 2017-11-07 23:11 . 01npm初始化,添加gulp相关插件
{
"name": "gulpstream",
"version": "1.0.0",
"description": "自己用于学习搭建前端gulp工作流",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitee.com/wudawen/gulpGongZuoLiuDaJianBingWanShan.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.13",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-less": "^3.3.2",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-html": "^1.0.6",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/wudawen/gulpGongZuoLiuDaJianBingWanShan.git
git@gitee.com:wudawen/gulpGongZuoLiuDaJianBingWanShan.git
wudawen
gulpGongZuoLiuDaJianBingWanShan
gulp工作流搭建并完善
master

搜索帮助