Skip to content

Instantly share code, notes, and snippets.

View boctor's full-sized avatar

Peter Boctor boctor

View GitHub Profile
@kinopyo
kinopyo / gist:1062397
Created July 3, 2011 17:17
How to install coffee-script, and how to enable textmate bundler to compile coffeescript
# don't forget to update your port tree first
sudo port selfupdate
# install coffee script using macport
sudo port install nodejs
node -v
# install npm - the Node Package Manager
git clone http://github.com/isaacs/npm.git
cd npm