You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to security restrictions in Firefox extensions, web extensions cannot access the local filesystem to monitor for file changes. A workaround is to serve local files over http using Python, NodeJS or PHP.
I'll add it once it's technically possible to monitor the local file system using a web extension.
(sorry I also was #2 but I used the wrong account)
It is not working for me unfortunately.
I'm using Doxygen 1.8.13 to generate .html, .css, .js and .png files to a folder lets say
file:///C:/html/
So in the PlugIn I configured the following Paths:
Host URL:
file:///C:/html/*.html
Source file URLs
file:///C:/html*
Monitor source URLs every [
2
] secondsBut after a new build from Doxgen the page gets never reloaded.
The text was updated successfully, but these errors were encountered: