envone / ember-runner

EmberJS preview and build tool for Node.JS
MIT License
50 stars 6 forks source link

Add a setTimeout to wait all files are generated before send response from server #18

Open envone opened 12 years ago

envone commented 12 years ago

So we don't need to reload the page ofter to get the last changes.

envone commented 12 years ago

Is there a problem with watchFile, because fires slowly and many times we send a request before the watch emit a file change. The solution should be to move (remove the watch) the logic of check files on every request. Thinking about it.