Skip to content

Commit

Permalink
Add hide_success to the options and hoverbird to the contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed May 9, 2011
1 parent f6dfb6f commit e08f14e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ There following options can be passed to Guard::CoffeeScript:
:output => 'javascripts' # Relative path to the output directory, default: nil
:bare => true # Compile without the top-level function wrapper, default: false
:shallow => true # Do not create nested output directories, default: false
:hide_success => true # Disable successful compilation messages, default: false

### Nested directories

Expand Down Expand Up @@ -150,6 +151,10 @@ which is equivalent to:

Pull requests are very welcome! Make sure your patches are well tested.

## Contributors

* [Patrick Ewing](https://github.com/hoverbird)

## Acknowledgment

The [Guard Team](https://github.com/guard/guard/contributors) for giving us such a nice pice of software
Expand Down

0 comments on commit e08f14e

Please sign in to comment.