linemanjs / lineman

Lineman helps you build fat-client JavaScript apps. It produces happiness by building assets, mocking servers, running specs on every file change
MIT License
1.18k stars 80 forks source link

When config/server.js fails to compile, don't exit #206

Open searls opened 10 years ago

searls commented 10 years ago

Right now if someone edits config/server.js and it fails to parse (or if it's coffee and it doesn't compile), then the lineman run process halts. Oops.