NV / chrome-devtools-autosave

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

Not working on Windows 7 #88

Closed Champignon closed 10 years ago

Champignon commented 10 years ago

Hi, I seldom ask for help on internet because I can solve most of the problems by googling similar cases that others had before. But this time, I cannot find a case similar to mine, neither a working solution.

Here is what I did:

  1. I have Experimental Extensions API option enabled in chrome://flags.
  2. I installed DevTools Autosave extension to my browser.
  3. I installed Node.js and autosave, and executed the command 'autosave' on cmd.exe and it returns something like '... is running on http ...' which is a well expected response.
  4. Finally, I have the match and directories routed to the server http://127.0.0.1:9104, and then tried to do a test by modifying some style rules on my website, but it saves nothing and the style rules restore after reloading the page.

I did restart my computer but nothing changes. No errors occurred during the installation process and everything appears to be normal as instructed in the tutorial, except that it dose not save style changes.

I will appreciate any help. Thank you.

Champignon commented 10 years ago

Still cannot manage to get it work. It works perfectly on Linux though. Will give up coding on Windows and this issue is close.