Pógódnośenja za Live Reload — monitor and reload html, css, js
Live Reload — monitor and reload html, css, js wót Blaise Kal
Wótegrono wót Blaise Kal
Wótegrono wuwijarja
jo se napisał kahdeksan vuotta sittenCan you give me steps to reproduce so I can verify what went wrong?
Edit: Thanks for your update, will look into this.
Edit 2: This issue should be fixed in version 1.2.3. Can you please confirm?
Edit: Thanks for your update, will look into this.
Edit 2: This issue should be fixed in version 1.2.3. Can you please confirm?
28 pógódnośenjow
- Z 5 z 5 pógódnośonywót Sin, viisi kuukautta sittenWorks 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.
- Z 5 z 5 pógódnośonywót 7pm, kuusi kuukautta sitten
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 18020911, kaksi vuotta sitten
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13279233, kaksi vuotta sittenThis is wonderful extension to make developer's life easier, saves you from zillion refreshes
- Z 5 z 5 pógódnośonywót jokenngo, kolme vuotta sitten
- Z 5 z 5 pógódnośonywót Sam, kolme vuotta sittenPretty 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. - Z 5 z 5 pógódnośonywót Jalkhov, kolme vuotta sitten
- Z 5 z 5 pógódnośonywót aaaaaaaaaaaaaaaaaaaaaaaaaaaa, neljä vuotta sittenFinally one that works,
using with XAMPP to live update my php files - Z 5 z 5 pógódnośonywót bitelse, viisi vuotta sitten
- Z 2 z 5 pógódnośonywót ninjadeveloper, viisi vuotta sitten
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 15652828, kuusi vuotta sitten
- Z 1 z 5 pógódnośonywót Sourav Goswami, kuusi vuotta sittenIt'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? - Z 5 z 5 pógódnośonywót JDG, kuusi vuotta sittenI'm using this extension with MAMP as the server for local development and it's working like a charm. Too bad it requires a server, but what can you do?
- Z 1 z 5 pógódnośonywót Wužywaŕ Firefox 14545622, seitsemän vuotta sitten
- Z 2 z 5 pógódnośonywót Wužywaŕ Firefox 14493181, seitsemän vuotta sittenThe 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.
Wótegrono wuwijarja
jo se napisał seitsemän vuotta sittenPossibly what went wrong is that Source File URLs have to be included on the host page in order to be considered to be monitored. - Z 5 z 5 pógódnośonywót arnofly, seitsemän vuotta sittenThis 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! - Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 14217107, seitsemän vuotta sittenMy 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 - Z 3 z 5 pógódnośonywót Wužywaŕ Firefox 13999473, seitsemän vuotta sittenSadly it does not work for local files due to adonrestricitons
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13949423, seitsemän vuotta sitten
- Z 4 z 5 pógódnośonywót AlexSus, kahdeksan vuotta sittenNice addon! Please, add other extensions for checking. For example i need to track changes in local .tpl and .php files.
Wótegrono wuwijarja
jo se napisał kahdeksan vuotta sittenLocal 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/* - Z 2 z 5 pógódnośonywót Wužywaŕ Firefox 13701488, kahdeksan vuotta sitten
- Z 3 z 5 pógódnośonywót Wužywaŕ Firefox 13698959, kahdeksan vuotta sitten
- Z 5 z 5 pógódnośonywót Wužywaŕ Firefox 13661756, kahdeksan vuotta sittenThanks for providing a Livereload that just works!