3
cb219
33d

I try to change some code in a VERY obvious way, no code that might be interfering. Compile, open browser, no change. Recompile, check, that the compiled output indeed contains the changed code, refresh, no change ... what??
Delete browser cache, also reopen with new tab, clear IDE cache, restart, rerun with npm i. Still no change... ??? What is this black magic?

Comments
  • 3
    Skill issue
  • 2
    Forgot to sacrifice your first born?
  • 2
    Very specific but: if you're alternating between dev and prod builds of a static site without fully cleaning the outpur dir and the prod build has compressed gzip/brotli files, they will be served instead of the uncompressed assets of the latest dev build.
  • 2
    Turns out there's an angular cache folder just silently lurking in the dark making my life miserable.
Add Comment