I\'m trying to set a reasonable cache expiry for my JS files while in development. I have the standard setup, where HTML, CSS and JS are living under the static
static
You may want to look at webassets to manage the cache expiry. It works in both development and production environment.