-
-
Save andredublin/1487289 to your computer and use it in GitHub Desktop.
Autosave CSS from Chrome
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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