nsabiyera / Oak

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.
http://amirrajan.github.com/Oak
MIT License
6 stars 7 forks source link

Oak sidekicker + Live Reload #23

Closed alexbeletsky closed 11 years ago

alexbeletsky commented 11 years ago

It would be nice if sidekicker would also do a Live Reload. It should not be that difficult, just starting up Web Socket server and send simple packages to connected clients.

There is a LiveReload plugin for Google Chrome, which works - but I'm not always happy about (read it does not always work).

That change would make Oak development even more frictionless :)

amirrajan commented 11 years ago

There is a firefox file watcher/live reload that works pretty well on windows. I really wish live reload for chrome worked better too...for now unfortunately we have to deal with manually reloading...