BrowserSync (Gulp Version) injecting new CSS changes but then reloads a cached CSS version in Google Chrome -


when change css files browsersync injects changes correctly chrome reloads cached css file version.

it works in newest versions of safari , firefox, not in chrome.

  • browser-sync 2.17.5
  • google chrome version 57.0.2987.110 (64-bit)
  • macos sierra 10.12.3 (16d32)

here gulpfile.js

enter image description here

the solution (workaround) to:

  1. open chrome dev tools, on mac: option + cmd + i
  2. in top right corner open settings , under network disable cache "disable cache"

Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -