-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PHP #7
Comments
@PawelPatyk I have only found using wildcards to work |
I should note that I stopped using this as it was causing constant refreshes when using some JS |
@PawelPatyk @kilevvri1 You can indeed repeat the Host URL in the Source URLs field (with or without wildcards) and the page will monitor itself. For example, if the page is If you serve static files on the same domain you can put Blacklist patterns are currently not supported. It's not possible to monitor local (php) files, see #3. |
@blaise-io You say it's not possible but I use Grunt and the LiveReload Chrome extension and that does it quite nicely. I had hoped that I wouldn't have to run grunt every time I needed to monitor changes to .js, .php and .css with live-reload but but it hasn't been consistent. Thanks for the work anyways. |
@kilevvri1 LiveReload uses additional software to monitor local files that you have to install manually. |
@blaise-io Didn't know that. Oh well. |
How can you add support for PHP files?
The text was updated successfully, but these errors were encountered: