Skip to content

Commit

Permalink
added caveats section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zabawaba99 committed Aug 6, 2015
1 parent 30d87ae commit a2e69c9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,16 @@ snag

From a project with a `.snag.yml` file and develop away!

## Troubleshooting
## Caveats

* Endless build loops

Snag will run your configured scripts if **ANY** file modifed in your current directory.
If you scripts generate any files, you should add them to the `ignore` section in your
`.snag.yml` to avoid an endless build loop.


## Known Issues

* `open /dev/null: too many open files`

Expand Down

0 comments on commit a2e69c9

Please sign in to comment.