Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <mail@johannesewald.de>2013-06-08 13:58:19 +0400
committerJohannes <mail@johannesewald.de>2013-06-08 13:58:19 +0400
commitc5540a57bbca81c1d677fc9a24d3f209c61b93dc (patch)
tree6b44c1278a155426b56c0100d7708053572876b7
parent44f474a2ec40c2a93506f2651ec2a37a78f93a88 (diff)
- removed note on CoffeeScript #8
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 883874e..5541a64 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,6 @@ rewire adds a special setter and getter to modules so you can modify their behav
rewire does **not** load the file and eval the contents to emulate node's require mechanism. In fact it uses node's own require to load the module. Thus your module behaves exactly the same in your test environment as under regular circumstances (except your modifications).
-Good news to all caffeine-addicts: rewire works also with [Coffee-Script](http://coffeescript.org/). Note that in this case CS needs to be listed in your devDependencies.
-
If you want to use rewire also on the client-side take a look at [client-side bundlers](https://github.com/jhnns/rewire#client-side-bundlers)
[![Build Status](https://secure.travis-ci.org/jhnns/rewire.png?branch=master)](http://travis-ci.org/jhnns/rewire)