HTMLMin / Laravel-HTMLMin

A simple HTML minifier for Laravel 5, 6, 7, 8 & 9.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How ignore config works for directory?

hemratna opened this issue · comments

Thank you so much for such a simple and useful package.

I am using laravel-mail-editor for email's template management.

The laravel-mail-editor stores template under resources/views/vendor/maileclipse/templates/

How can I ignore the whole directory?

I tried the below option, but not working.

'ignore' => [
    'resources/views/vendor/maileclipse/*',
],