Skip to content

Commit

Permalink
更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhaoboris committed Jul 31, 2015
1 parent 8b52401 commit 40386c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __描述:__开发环境下需要打包提交的文件路径转换成生产环
npm install
```
### 使用
1. 在当前目录下新建配置文件 config.js
1.在当前目录下新建配置文件 config.js
```js
{
command: '', // svn log 命令
Expand All @@ -14,8 +14,8 @@ npm install
replaceTo: {} // 替换路径
}
```
2. 运行工具
2.运行工具
```js
node --harmony app.js
```
__代码用到 ES6 的新增特性 ___Generator___,因此启动程序时需要新增___--harmony___参数__
__代码用到 ES6 的新增特性 *Generator*,因此启动程序时需要新增*--harmony*参数__

0 comments on commit 40386c7

Please sign in to comment.