in one of my projects I realized that after switching from 1.7 to 1.8 meteor when I start in development mode meteor ignores changes to file assets, in my case .svg images
Before I used to change the svg images of icons and have autoreloading … for convenience, but now I can’t do it.
I have to destroy the meteor cache (.meteor / local) to make it load the new version of the modified assets !!!?