WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

Disk cache and pipilene config change

Open Lukino2000 opened this issue 7 years ago • 0 comments

Hi,

i just noticed that if you use (at least one time)

pipeline.AddFiles("text/css; charset=UTF-8", "css/test.css")
  .FingerprintUrls();

and change after adding, lets say

pipeline.AddFiles("text/css; charset=UTF-8", "css/test.css")
  .InlineImages(300000)
  .FingerprintUrls();

content returned from server is the old one and changes are not applied

Lukino2000 avatar Dec 03 '17 21:12 Lukino2000