magento-2-gulp icon indicating copy to clipboard operation
magento-2-gulp copied to clipboard

Browsersync only reloading once

Open williamengbjerg opened this issue 3 years ago • 2 comments

I've been playing with browsersync: gulp watch-styles --base --bs It looks like it's only applying and reloading the browser the first time I make a changes in my _theme.less file. All other times it's like nothing is happening in terminal. It's not firing the command again.

image

bsConfig file:

module.exports = {
    proxy:  `${ptotocol}://${localConfig.hostname}.${localConfig.generic}/`,
    host:   `${localConfig.hostname}.${localConfig.generic}`,
    tunnel: `${localConfig.hostname}`,
    port:   3000,
    open:   false
}; 

williamengbjerg avatar Mar 24 '21 09:03 williamengbjerg