tuplejump / play-yeoman

Play + Yeoman integration sbt and play plugins
Apache License 2.0
237 stars 58 forks source link

Start "grunt server" with --force to keep it running on coffeescript errors #7

Closed jlitola closed 11 years ago

jlitola commented 11 years ago

Currently grunt server exists when in encounters error in the CoffeeScript code, which makes it pretty inconvenient to write/debug CS. Adding --force flag keeps server running also in case of any errors.

milliondreams commented 11 years ago

Sounds great!