Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
retoor856121h@iiii yeah, that's normally it. Or wrong server. I often am on production page instead of development and see nothing changing. I use both very frequent.
-
webketje219514hVery 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.
-
cb21910432hTurns out there's an angular cache folder just silently lurking in the dark making my life miserable.
Related Rants
-
tahnik6
You can vertically align in Google slides! WHAT SORCERY IS THIS!
-
linuxxx7When your code changes don't give different results and after an hour you realize that you're still editing th...
-
otavio4Developing a web app that I'm sure was touched by Satan himself. Bugs come out from no where. Yesterday when ...
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?
rant
clean everything
code change
no change
witchcraft