Skip to content
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

Reload only change html #14

Closed
khmelevskii opened this issue May 19, 2016 · 1 comment
Closed

Reload only change html #14

khmelevskii opened this issue May 19, 2016 · 1 comment

Comments

@khmelevskii
Copy link

I have config

....
    new BrowserSyncPlugin({
      notify: false,
      port: 8080,
      proxy: 'http://' + host + ':' + 3001 + '/',
    }, {
      reload: false,
    }),

but if I change *.html files, I want reload page

@Va1
Copy link
Owner

Va1 commented May 19, 2016

hey @khmelevskii ,

this is a plugin for webpack and reload is triggered when webpack says so. but webpack builds scripts and styles, not html, so it does not watch for html changes. so, I am not sure if there are any clean way to do what you want with this plugin (but I might be wrong).

Cheers,
Valentyn

@Va1 Va1 closed this as completed May 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants