We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, BrowserSync don't work with *.xhtml files (EPUB stuff). My files start with:
*.xhtml
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html> <html xmlns:epub="http://www.idpf.org/2007/ops" xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
When I save my files, output is:
[Browsersync] Watching files... [Browsersync] Reloading Browsers...
...but browser doesn't reload the page.
If I change the extension of my files to *.html and replace xhtml by html in my gulpfile, browser reload the page.
*.html
xhtml
html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
BrowserSync don't work with
*.xhtml
files (EPUB stuff).My files start with:
When I save my files, output is:
...but browser doesn't reload the page.
If I change the extension of my files to
*.html
and replacexhtml
byhtml
in my gulpfile, browser reload the page.The text was updated successfully, but these errors were encountered: