Skip to content

Commit

Permalink
update the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Oct 13, 2014
1 parent 2ff0913 commit 5708bc8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ not to exceed what you have allowed in your PHP configuration.
'threshold' => 10,
```

#### Bypass

To load your local assets (not the CDN assets) for testing or during development, set the `bypass` option to `true`:

```php
'bypass' => true,
```
## Usage

### Push
Expand Down

0 comments on commit 5708bc8

Please sign in to comment.