i'm using livereload plugin guard in combination chrome extension. it's working nicely , browser refreshes whenever source file changed.
it seems meteor has functionality without requiring chrome extension. there similar library ruby world, hot-push ui changes?
instead of using browser plugin, use rack::livereload. send events browser via web sockets , cause browser reload when watch
ed changes occur.
Comments
Post a Comment