From 1.7 to 1.8 ignore assets changes in dev mode

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 !!!? :thinking:

1 Like

Yeah I’ve started noticing this as well when editing app manifests.

Thanks for creating an issue, hopefully this gets fixed soon

1 Like

@coagmano
in the meantime, did you find a simple solution for this?

No I just put up with it since they weren’t frequently changed files.
The fastest thing I managed to trigger a reload with was renaming the file to something else and back