Skip to content

Commit

Permalink
not use harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhutu committed Oct 1, 2016
1 parent ee79e12 commit 025b6ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gulp/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gulp.task('nodemon',function () {
path.join(config.paths.server,'/')
],
"execMap": {
"js": "node --harmony"
"js": "node"
},
env: { 'NODE_ENV': 'development','DEBUG': pkg.name +':*' }
})
Expand Down
1 change: 0 additions & 1 deletion process.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"pid_file" : "./logs/jackblog-api-koa.pid",
"ignoreWatch" : ["[\\/\\\\]\\./", "node_modules"],
"watch" : "false",
"node_args" : "--harmony",
"exec_mode" : "fork_mode", //cluster_mode
"env": {
"NODE_ENV" : "production"
Expand Down

0 comments on commit 025b6ca

Please sign in to comment.