Reloadr icon indicating copy to clipboard operation
Reloadr copied to clipboard

Makes a local site you're working on automatically reload when specified files are saved.

Results 7 Reloadr issues
Sort by recently updated
recently updated
newest added

Add syntax highlighting for the examples

Browser will stop previous location.reload() action when a new location.reload() action is fired, if the first fire doesn't complete before the second, you get an endless loop of location.reload() that...

if server paths are defined relatively, eg) ``` Reloadr.go({ server: [ '../../lib/scss/*.scss', ], ... }); ``` ModSecurity will likely deny the request, serving up a 403 Forbidden. This is based...

Handles reloading CSS files that are referenced by both the link element as well as **@import** statements within style elements.

Suggestion to automatically scan and include CSS/JS. Will scan the entire document, not just head. If only head is desired, modify the "link" and "script" selectors to be "head link"...

Script works fine updating css and javascript files but when trying to watch .php files it doesn't seem to work. Here is what my config options look like. (WordPress theme)...