-
Notifications
You must be signed in to change notification settings - Fork 89
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
Version numbers get added to file names #10
Comments
Thanks for heads up! Temporary fix:
|
Hi, i have the same issue. I'm working in a ruby / rails environnement and my files get ?body=1. The temporary fix is not working as i use a routes to my local domain (as explained in issue #7). ENOENT, no such file or directory '***/site.layout.css?body=1' |
Could you give me your routes.js, Resource RegExp and "Post to" URL from Options?
|
Fixed in autosave v0.2.1. All you need to do is |
To break caching, I have version numbers at the end of the css and javascript files:
When saving, this is added to the end of the filename.
The text was updated successfully, but these errors were encountered: