Kind of like how `grunt serve` works. When I save a file that Grunt is watching the browser auto-reloads.
Is there a way to set `rails server` to do this also?
Answers to your questions
Kind of like how `grunt serve` works. When I save a file that Grunt is watching the browser auto-reloads.
Is there a way to set `rails server` to do this also?
https://github.com/guard/guard-livereload
I use this: http://livereload.com/
If you’re still looking 🙂