blaise-io / live-reload

Browser extension for web devs. Monitors source files on a page and reloads page or source file when a change is detected.
MIT License
60 stars 9 forks source link

I cannot get it to work. I am having wordpress on local host and I am changing my custom theme files, css and js. #23

Closed Lovor01 closed 3 years ago

Lovor01 commented 3 years ago

Host: https://altius.duckdns.org/ Source files: https://altius.duckdns.org/wp-content/themes/altius/.css https://altius.duckdns.org/wp-content/themes/altius//.js

Example of file being changed: https://altius.duckdns.org/wp-content/themes/altius/style.css?ver=1.0.0

How can I debug it with about:devtools-toolbox?type=extension&id=live-reload%40blaise%2Eio?

Lovor01 commented 3 years ago

It started working when I added css path explicitly, i.e. https://altius.duckdns.org/wp-content/themes/altius/style.css?ver=1.0.0

blaise-io commented 3 years ago

@Lovor01 I cannot reproduce this issue. Can you help me by answering a few questions?

Lovor01 commented 3 years ago

@Lovor01 I cannot reproduce this issue. Can you help me by answering a few questions?

* Did you check "Reload stylesheets without reloading the page"?

I tried both

  • Was the CSS loaded using <link> or @import? <link>
  • Did the bubble show the expected count of monitored source files? No, when it was not working, there were no bubbles
  • Which browser are you using? Firefox developer version.

It started working, I do not know what was the problem.

sajjadintel commented 3 years ago

I've been having the same problem didn't work with CSS with ?v=1.1

sajjadintel commented 3 years ago

@Lovor01 Is the issue resolved?

Lovor01 commented 3 years ago

I believe the problem was I missed final asterisk in Host URK to catch all subpages under main page - like this: http://www.dummy.org/*

Lovor01 commented 3 years ago

@Lovor01 Is the issue resolved?

Yes, thanks