NV/chrome-devtools-autosave

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

Closed this issue · 2 comments

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

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.

OK i try a new instruction then, thanks