-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How are js files merged? #621
Comments
Nope, it's not implemented at the moment. The fix is simple by the way: we On 21 April 2014 06:45, alexiskattan [email protected] wrote:
|
It would be awesome if this is fixed. There are some issues that keep coming up with regards to it. |
+1 on this, users do not get update CSS or JS in production unless they activley refresh the page |
omg. thank you. |
@anatoliychakkaev would it be possible to push this version to npm soon? Thank you so much again for the platform it is really wonderful. |
…estamp to prevent outdated merged cache, fixes 1602#621
I'm making a small change to one js file. In development mode everything is fine. However, when I push it to the server, even if a file is changed, the merged files are still getting the same name.
So even after a file is changed there production server is still serving:
So people have to clear their cache to get the new update, which is hard to explain...
In
production.coffee
I have:Is there a way to less aggressively cache? Or a way to make it change the file name on every push?
The text was updated successfully, but these errors were encountered: