diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/coffee-script.rb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Library/Formula/coffee-script.rb b/Library/Formula/coffee-script.rb index 7f8d3cb0f..26ddbb566 100644 --- a/Library/Formula/coffee-script.rb +++ b/Library/Formula/coffee-script.rb @@ -11,14 +11,13 @@ class CoffeeScript <Formula # the depends_on depends_on 'node' unless ARGV.build_head? - def caveats - <<-EOS.undent - Coffee is a continually evolving language and as such uses new features of - Node.js as they are added. To take advantage of these features while using - HEAD make sure to install the HEAD version of node and keep it updated. + def caveats; <<-EOS.undent + coffee-script can also be installed via `npm install coffee-script`. + This has the advantage of supporting multiple versions (of any Node libs) + at the same time. Since coffee-script syntax changed pretty drastically + between 0.7.2 and 0.9, you may want to install it via npm instead. - brew uninstall node - brew install node --HEAD + This formula may be retired from a future version of Homebrew. EOS end if ARGV.build_head? |
