Earlier quoted context omitted.
LiveReload should works on every browser that supports WebSockets. It should work on modern WebKit-based mobile browsers. Live.js uses polling. It sends XHR HEAD request every second. LiveReload monitors file changes using FSEvents (on Mac OS X) and inotify (on Linux). When the file modified, it pushes its path to the browser and reloads immediately.
> Live.js uses polling. It sends XHR HEAD request every second. The horror!
LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
11–20 of 30 posts
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#12Earlier quoted context omitted.
> Live.js uses polling. It sends XHR HEAD request every second. The horror!
It is horror when you forget about it, and push it up to production
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#13C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css
Every time it is saved the changes are reflected on all open webpages instantly.
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#14Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#15Could just use Google Chrome and test your changes with this file: C:\Users\Administrator\AppData\Local\Google\Chrome\User Data\Default\User StyleSheets\Custom.css Every time it is saved the changes are reflected on all open webpages instantly.
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#16Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#17I have a mac, but prefer to use just Guard and the browser extensions. Fortunately, that info is still available: https://github.com/mockko/livereload After all the time that's been put into the free version by others I wish livereload.com would have a prominent link to it. But I'm glad that the gem, which I don't use because https://github.com/guard/guard-livereload is easier to install, and the browser extensions a…
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#18The technology that drives this is undoubtedly very interesting, but what does this truly offer? What would be the practical application of this? Are there droves of people who could benefit from constantly changing css? Perhaps I'm just missing something rather obvious. If so, please help me.
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#19Look cool, let me know when there's a PC version.
Re: LiveReload: Reflect CSS Changes Instantly, with No Browser Reload
#20Look cool, let me know when there's a PC version.