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
Yeah the plugin is not a 100% ideal. I have written it quite quickly, so it does the job but might have a few unnecessary reloads etc. Can you show me your Brocfile though?
So the plugin initialises browser-sync immediately in the constructer. This could be done of course only when it detects a change, which I did think about but just decided for the easier way. Then also it depends on the trees you put in how quickly it detects a change, etc but I think the first thing is more the issue you are describing.
Whenever i build for production, I see this line in my commandline:
This leads me to believe that an instance of browser-sync is spinning up even if i'm not going to use it.
The text was updated successfully, but these errors were encountered: