From 12ce0b0d69c8baf90180d07a9018e9b02fe10872 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 11 Jul 2012 09:30:06 +0100 Subject: [PATCH] It is probably best to install coffeescript with npm --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index efa4b80..0844ce9 100644 --- a/Makefile +++ b/Makefile @@ -30,8 +30,7 @@ npm-dep: coffee-dep: test `which coffee` || echo 'You need to have CoffeeScript in your' \ - 'PATH.\nPlease install it using `brew install coffee-script` or' \ - '`npm install coffee-script`.' + 'PATH.\nPlease install it using `npm install coffee-script`.' .SILENT: