Skip to content
This repository has been archived by the owner on Nov 16, 2017. It is now read-only.

Commit

Permalink
Added Error Handling section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiandeutsch committed Apr 19, 2011
1 parent 25c7dfe commit 1866bd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -68,6 +68,13 @@ And a `application.styl`

Stylus will compile your `application.styl` into a `application.css` and your `_vendor.styl` will be ignored.

## Error Handling

If the stylus binary exits with error code 1 stylus_rails will throw an error exception. In case you don't want
this the behaviour can be switched to silent by setting the following variable to false:

Stylus.silent = true

## Changelog
[here.](https://github.com/lucasmazza/stylus_rails/blob/master/CHANGELOG.md)

Expand Down

0 comments on commit 1866bd9

Please sign in to comment.