NV / chrome-devtools-autosave

Auto-saving CSS and JavaScript changes from the Chrome Developer Tools
MIT License
1.05k stars 90 forks source link

Autosave works fine with css but is not saving .js files #60

Closed renattissimo closed 8 years ago

renattissimo commented 12 years ago

Hi, I'm using the DevTools Autosave 1.2.1, on chrome 20.0.1132.

I have this two routes: Match: ^file://[^/]*/ Save to: /

Match: ^http://localhost:8082/ Save to: /localserver/

I'm trying with node.js on win7 and on ubuntu server too (with another routes). I have the same problem: autosave can save the css files (works fine!), but nothing happens with .js. No error, no message.

Any idea?

Pablo Aviles

quicksnap commented 12 years ago

I also have this issue on Chrome OS X 21.0.1155.2 dev.

Also, when a change is made to a script, breakpoints may no longer be added, nor can it be saved. Inspector throws error "Uncaught Script not found" when trying to save edited JS. Revision history for edited JS file shows nothing.

This seems to be a related bug: http://code.google.com/p/chromium/issues/detail?id=130270