Frontend assets cached during development?

Is there a way to clear the cache? I am using stimulus controllers which are stored in the assets which I suspect are cached as changes don’t take effect for a few hours.

Hi @joeradtke! When you run hanami assets watch (which is included in the Procfile.dev that is run when you run hanami dev), then your JS files should be recompiled every time you change them. There’s also no hash on their generated file names. So your changes to your front end assets should apply immediately.

If this is not happening, could you please supply some reproduction instructions, and I can follow it up as a possible bug.