Skip to content

Commit

Permalink
Whoops. Forgot to add compiled source.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsc committed Dec 11, 2011
1 parent 1506c74 commit 50a861d
Show file tree
Hide file tree
Showing 4 changed files with 841 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ enable (`enabled`). Most uses will also specify a source directory (`src`).
<code>RegExp</code>
</td>
<td>
<code>/\.(jpe?g!gif!png)$/i</code>
<code>/\.(jpe?g|gif|png)$/i</code>
</td>
<td>
Requests matching this pattern are short-circuit ignored, and no compiler matching occurs.
Expand Down
Loading

0 comments on commit 50a861d

Please sign in to comment.