Skip to content

Commit a5fd39a

Browse files
committed
2 parents aaae339 + 4362486 commit a5fd39a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 前端源码目录
2-
> 可以对前端项目进行编译和构建
2+
> 可以使用gulp或webpack,对前端项目进行编译、打包和自动构建
33

client/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "webapp-client",
2+
"name": "client-project",
33
"version": "1.0.0",
4-
"description": "前端源文件",
4+
"description": "前端项目",
55
"author": "super_xp@126.com",
66
"private": true,
77
"scripts": {},
@@ -23,6 +23,8 @@
2323
"gulp-rev": "^7.1.2",
2424
"gulp-rev-collector": "^1.1.1",
2525
"gulp-sass": "^3.1.0",
26+
"gulp-sequence": "^0.4.6",
27+
"gulp-sourcemaps": "^2.6.0",
2628
"gulp-uglify": "^2.1.2",
2729
"imagemin-pngquant": "^5.0.0"
2830
}

0 commit comments

Comments
 (0)