skeeto / impatient-mode

Impatient html mode. See your changes in the browser as you type
215 stars 19 forks source link

css and js not working #32

Open vnckppl opened 3 years ago

vnckppl commented 3 years ago

For web pages with external css and js, the page is not loaded correctly.

The pages work fine when I directly load them in a browser. It does not seem to matter if I use absolute or relative paths for the css and js. Note that I have loaded the js and css files in emacs (in addition to the html page) and applied M-x impatient-mode on all buffers.

Am I missing something?

prestancedesign commented 2 years ago

Did you find a solution since?

Sometimes doing browser manually refresh after adding css/js links + impatient-mode on the buffers is necessary.