ericclemmons / grunt-express-server

Grunt task for running an Express Server that works great with LiveReload + Watch/Regarde
MIT License
248 stars 64 forks source link

Added Node v8 support #117

Closed gintsgints closed 6 years ago

gintsgints commented 7 years ago

Node v8 has --debug option depricated. --inspect should be used instead

trauma2u commented 6 years ago

@gintsgints Good job. Thanks :) @ericclemmons Merge the pull request please.

jlsutherland commented 6 years ago

Thanks both!

trauma2u commented 6 years ago

@jlsutherland Thanks a lot! To use the package via npm, it should be versioned up to v0.5.4 and published to npm... Could you help me with this?

jlsutherland commented 6 years ago

@trauma2u Done.

trauma2u commented 6 years ago

@jlsutherland Thanks!