It is probably best to install coffeescript with npm

This commit is contained in:
2012-07-11 09:30:06 +01:00
parent 6648b8668d
commit 12ce0b0d69

View File

@@ -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: