NV / chrome-devtools-autosave

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

dev tools autosave not saving on windows #67

Closed anchetaWern closed 11 years ago

anchetaWern commented 11 years ago

I've installed the latest version of dev tools autosave from here: https://chrome.google.com/webstore/detail/mlejngncgiocofkcbnnpaieapabmanfl

I'm on Windows and I've installed it on Chrome v22.0.1207.1 dev-m

I've also installed the server by installing node and typing this command from c:\windows\system32:

npm install -g autosave

Restarted the OS and then run the following command:

autosave

It responded with:

DevTools Autosave 1.0.0 is running on http://127.0.0.1:9104

The chrome extension that I installed is version 1.2.1 and I'm wondering if this might be the problem.

The routes in the options in the chrome extension:

Match: /http:\/\/127.0.0.1\// Save To: D:\/web_files/

The root of my web directory is in: D:\web_files

And I've modified the external stylesheet of the file from: http://127.0.0.1/tester/css/css1.html which is in: D:\web_files\tester\css

I made sure that the server is running, I even restarted the browser and then edited the style of a div by editing existing style and adding new ones but when I refreshed the browser the changes are not reflected. What did I miss? Is there something wrong with my setup? I've been trying to set this up since yesterday but it just wont work so filing an issue is my last option. I hope somebody answers. Thanks in advance!