stefanpenner / ember-app-kit

deprecated: see https://github.com/stefanpenner/ember-cli
MIT License
1.02k stars 231 forks source link

'grunt test:server' not work #630

Closed feitian124 closed 10 years ago

feitian124 commented 10 years ago

this commmand alias to testem:run:basic, which should auto re-run test when files change, but it doesn't work.

feitian124 commented 10 years ago

since testem:run:basic itself only watch tmp/result/**/*.js, so changes in other folders will not trigger it. open another terminal, running it together with grunt server (which include grunt watch) is fine.