Skip to content
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

Closed
spaceribs opened this issue Dec 19, 2011 · 4 comments
Closed

Version numbers get added to file names #10

spaceribs opened this issue Dec 19, 2011 · 4 comments

Comments

@spaceribs
Copy link

To break caching, I have version numbers at the end of the css and javascript files:

<link rel="stylesheet" href="css/reset.css?v=1.0">

When saving, this is added to the end of the filename.

@NV
Copy link
Owner

NV commented Dec 20, 2011

Thanks for heads up!

Temporary fix:

  1. chrome://extensions/
  2. DevTools Autosave Options
  3. Replace ^file:// with ^file://[^?]+.

@maiis
Copy link

maiis commented Dec 20, 2011

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'

@NV
Copy link
Owner

NV commented Dec 20, 2011

Could you give me your routes.js, Resource RegExp and "Post to" URL from Options?

'***/site.layout.css?body=1'

*** — is it actual path of you just blacked out the actual path?

NV added a commit to NV/chrome-devtools-autosave-server that referenced this issue Dec 20, 2011
NV added a commit that referenced this issue Dec 20, 2011
@NV
Copy link
Owner

NV commented Dec 20, 2011

Fixed in autosave v0.2.1. All you need to do is npm update -g autosave. You don't have to change anything in the extension Options; it does't help, sorry about that.

@NV NV closed this as completed Dec 20, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants