From 651804e301bcad3ea69eae878325ddaaa50b6702 Mon Sep 17 00:00:00 2001 From: Gert Date: Sun, 13 Aug 2017 18:00:06 +0200 Subject: [PATCH] add exclude option to example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9cd3777..9883d7f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ $assets = new PHPackage( [ // custom js __DIR__ . '/src/js/*' // user javascript + ], + [ + // exclude + 'index.js', ] );