THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| /* | |
| * object.watch polyfill | |
| * | |
| * 2012-04-03 | |
| * | |
| * By Eli Grey, http://eligrey.com | |
| * Public Domain. | |
| * NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
| */ |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
/!\ Be very carrefull in your setup : any misconfiguration make all the git config to fail silently ! Go trought this guide step by step and it should be fine 😉
~/.ssh/config, set each ssh key for each repository as in this exemple:| // See comments below. | |
| // This code sample and justification brought to you by | |
| // Isaac Z. Schlueter, aka isaacs | |
| // standard style | |
| var a = "ape", | |
| b = "bat", | |
| c = "cat", | |
| d = "dog", |
| #!/bin/bash | |
| # | |
| # Copyright 2012, Tim Branyen @tbranyen <tim@tabdeveloper.com> | |
| # Dual licensed under the MIT and GPL licenses. | |
| # | |
| # Easily install new or old versions of Node.js on an OS X machine. | |
| # | |
| # Install: curl -o /usr/local/bin/install_node https://gist.github.com/raw/2569416/install_node.sh | |
| # chmod +x /usr/local/bin/install_node | |
| # |
First, install grunt v0.2.14 (or newer) via npm with npm install -g grunt, if you haven't already done so.
Next, install PhantomJS. If you're on OS X, use homebrew and brew install phantomjs. If you're on Windows or Linux, download from www.phantomjs.org and put it in your path.
Finally, just open a terminal and...
git clone https://github.com/jquery/jquery
cd jquery
git submodule update --init