Skip to content

Commit

Permalink
编译压缩
Browse files Browse the repository at this point in the history
  • Loading branch information
huangang committed Jan 3, 2017
1 parent 5b3147e commit 7db99ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## install
```bash
npm install wepy-cli -g
npm install cross-env -g # 正式环境编译用
cd wepy-one
npm install
wepy build --watch
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,10 @@
"wepy-com-toast": "^1.0.0",
"wepy-compiler-babel": "^1.3.7",
"wepy-compiler-less": "^1.3.6"
},
"devDependencies": {
"wepy-compiler-sass": "^1.3.7",
"wepy-plugin-imagemin": "^1.3.7",
"wepy-plugin-uglifyjs": "^1.3.6"
}
}

0 comments on commit 7db99ac

Please sign in to comment.