Skip to content

Instantly share code, notes, and snippets.

@andredublin
Forked from JeffreyWay/gist:1486709
Created December 16, 2011 18:33
Show Gist options
  • Save andredublin/1487289 to your computer and use it in GitHub Desktop.
Save andredublin/1487289 to your computer and use it in GitHub Desktop.
Autosave CSS from Chrome
Autosave from Chrome Notes:
Watch: http://addyosmani.com/blog/autosave-changes-chrome-dev-tools/
Installation Instructions: https://github.com/NV/chrome-devtools-autosave
Afraid of Node? Here's a one-click install: https://sites.google.com/site/nodejsmacosx/
To monitor changes, you have to run `node chrome-devtools-autosave-server/index.js` in the Terminal. This is hard to remember,
so create an alias. Run
vim ~/.bash_profile
and add a new alias:
alias autosave="node chrome-devtools-autosave-server/index.js"
That way, you only need to type `autosave` to monitor your project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment