NV / chrome-devtools-autosave

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

Cannot save. Chrome DevTools Autosave 0.x doesn't work with Autosave Server 1.x. #58

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi I've installed Chrome DevTools Autosave but it's not work. When running autosave server in Windows 7 console;

C:\Users\sihijau>autosave --config routes.js DevTools Autosave 1.0.0 is running on http://127.0.0.1:9104

My setting

^http://loc/

My routes.js

exports.routes = [{ from: /^http:\/\/loc\//, to: 'D:/xampp/htdocs/' }];

Node.js v0.6.19

I'm using chrome 19.0.1084.56 m

When editing css I got pop up, it said

"Cannot save. Chrome DevTools Autosave 0.x doesn't work with Autosave Server 1.x."

I followed instruction from this page http://timonweb.com/making-drupal-themers-life-easier-autosaving-css-changes-chrome-browser

Please help me

Thanks

NV commented 12 years ago

http://timonweb.com/making-drupal-themers-life-easier-autosaving-css-changes-chrome-browser was written March 27th, 2012 and already outdated. The project on its own should have enough instruction on how to install it and use it.

ghost commented 12 years ago

OK i try a new instruction then, thanks