Whenever I change any file in my ember-cli app, ember-cli starts to rebuild application. Rebuilding takes time approx (30 sec). I have to wait 30 secs every time I make any small change in any file.
Is there option to rebuild when I want ?, may passing an option to ember server
command and restart server when I press 'r' or 'R'.
I am not using outdated machine, so I think its not my machine issue.