Live Reload — monitor and reload html, css, js 的評論
Live Reload — monitor and reload html, css, js 作者: Blaise Kal
28 筆評論
- Works like a charm and is exactly what I was looking for. I'm using it with VSCode's live server to host some web assets that I am auto reloading using this extension. Only downside is the permissions seem excessive but I am not experienced enough with extension dev to comment on that.
- 評價 1 分,滿分 5 分來自 Firefox 使用者 18020911,2 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13279233,2 年前This is wonderful extension to make developer's life easier, saves you from zillion refreshes
- Pretty much an "must have" for anybody doing dev work on a static site.
It's HTTP server agnostic so you're not tied to a vendor or a full-fledged framework with a built-in dev server.
It works exceptionally well and takes practically no RTFM to get up and running.
The only thing to keep in mind is that this extension only knows the information being passed to it by your web server. Having it able to reload on a change to a file at '/tmp/watcher' still requires a configuration to expose that file to the browser itself. - 評價 5 分,滿分 5 分來自 aaaaaaaaaaaaaaaaaaaaaaaaaaaa,4 年前Finally one that works,
using with XAMPP to live update my php files - 評價 2 分,滿分 5 分來自 ninjadeveloper,5 年前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 15652828,5 年前
- 評價 1 分,滿分 5 分來自 Sourav Goswami,6 年前It's not working.
The horrible thing is that it requires "Access your data for all websites" permission. I am not sure why it needs to access my data like email, usernames and passwords everywhere? - 評價 1 分,滿分 5 分來自 Firefox 使用者 14545622,7 年前
- 評價 2 分,滿分 5 分來自 Firefox 使用者 14493181,7 年前The most basic functionality doesn't work anymore. I added the exact domain and pointer to the exact one file to watch. I opened the file in another tab and could see that it changed, but the extension did not reload the page.
開發者回應
張貼於 6 年前Possibly what went wrong is that Source File URLs have to be included on the host page in order to be considered to be monitored. - This extension is amazing! It'a a must have for each web developper. It do perfectly the job on local files if you use a local server as Wampserver for example, instead of open each file with your browser.
But nothing is perfect ;)
I would like an option that let's the user add exceptions, because I found a limitation. It's quite look like a bug, but it's not. I explain that I want to say. In my realod rules every files of my project are monitored. This setting is fast and do the job perfectly. But in a contact page of my project, I put a homemade Captcha with 2 numbers that change each time the page is loaded, so the code is different each time and Live Reload reloads this page infinitely...
So please, add this option ;) Thank you for your job! - 評價 5 分,滿分 5 分來自 Firefox 使用者 14217107,7 年前My new favorite addon as a web dev. Thank you.
I couldn't use the HMR for CSS with Encore (wrap for Webpack). It solved my problem and I don't need fastidious conditions according to my environment anymore, and don't need to emulate those assets via a proxy.
Now a simple "watch" task from Webpack is enough and keep my config clean. I wish I heard of this addon sooner <3 - 評價 3 分,滿分 5 分來自 Firefox 使用者 13999473,7 年前Sadly it does not work for local files due to adonrestricitons
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13949423,7 年前
開發者回應
張貼於 8 年前Local files cannot be monitored due to security restrictions in web extensions, enforced by Firefox.
In your case, I guess .tpl and .php files are used to render a page that's served on http://localhost? Can you use localhost URLs to set up a reload rule?
Note that in Live Reload, a Host can monitor itself. Example:
Host URL: http://localhost/some/path/*
Source file URLs: http://localhost/some/path/*- 評價 2 分,滿分 5 分來自 Firefox 使用者 13701488,8 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 13698959,8 年前