gimm / gulp-express

gulp plugin for express
56 stars 26 forks source link

harmony flag #25

Closed jschr closed 9 years ago

jschr commented 9 years ago

The --harmony flag needs to come before the file name so args can't be used to specify --harmony

gimm commented 9 years ago

I've updated the format of the parameters, now you should be able to do this:

server.run(['--harmony', 'app.js']);