Skip to content

Instantly share code, notes, and snippets.

@JeffreyWay
Created December 16, 2011 16:25
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save JeffreyWay/1486709 to your computer and use it in GitHub Desktop.
Save JeffreyWay/1486709 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.
@NV
Copy link

NV commented Dec 19, 2011

No need for the alias anymore. Check out the latest version of chrome-devtools-autosave-server; it contains autosave bin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment