Skip to content

Commit

Permalink
add exclude option to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gert authored Aug 13, 2017
1 parent 9bf8ad3 commit 651804e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ $assets = new PHPackage(
[
// custom js
__DIR__ . '/src/js/*' // user javascript
],
[
// exclude
'index.js',
]
);

Expand Down

0 comments on commit 651804e

Please sign in to comment.