Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
214 stars 71 forks source link

exclude does not work #92

Open k1ng440 opened 8 years ago

k1ng440 commented 8 years ago

I have tried to exclude directory and patterns but they does not work

'directories' => [
            'public/assets/vendor',
]

I have checked the finder.php. it seems no code was added for filtering directory.

and patterns seems to add $ in the end. ie some/path/* builds "~^(?=[^.])some/(?=[^.])path/(?=[^.])*$~"