WebOptimizer icon indicating copy to clipboard operation
WebOptimizer copied to clipboard

Bundle is not updated after include files are modified

Open boldleopard opened this issue 2 years ago • 1 comments

The bundle is not updated after include files are modified.

Running .net core 6.0 on Win-x64 Using "publish to folder".

I've tried re-building the app, re-publishing, restarting app pool, restarting IIS, restarting the whole machine.

...but no luck. My min files still reflect the old, outdated code.

How do I fix this?

boldleopard avatar Jan 02 '23 13:01 boldleopard

I found the problem. I forgot to delete the file "script.min.js" that we had from before we switched to weboptimizer. Apparently actual files override the pipline of WebOptimizer.

boldleopard avatar Jan 02 '23 17:01 boldleopard