Generally, when developing the easiest thing to do is disable caching when dev tools is open. There’s a setting in Chrome, for example:

In practice, post-development, these are assets that don’t change frequently, so they’re generally okay to cache (or let the application decide when it’s appropriate to refresh).