Skip to content

Commit

Permalink
Add instructions for watcher to README
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Jan 5, 2011
1 parent dfa5a5f commit 6df0187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -101,7 +101,7 @@ The `cake` command is provided by CoffeeScript. Note that *some* tests may fail,
[coffee]: http://jashkenas.github.com/coffee-script/
[npm]: http://npmjs.org

The Annotator source is found in `src/`, and is written in CoffeeScript, which is a little language that compiles to Javascript. See the [CoffeeScript website][coffee] for more information. For ease of development, you can run a watcher that will notice any changes you make in `src/` and compile them into `lib/`.
The Annotator source is found in `src/`, and is written in CoffeeScript, which is a little language that compiles to Javascript. See the [CoffeeScript website][coffee] for more information. For ease of development, you can run a watcher (`cake watch`) that will notice any changes you make in `src/` and compile them into `lib/`.

`dev.html` loads the raw development files from `lib/` and can be useful when developing.

Expand Down

0 comments on commit 6df0187

Please sign in to comment.