From e5651d9145484b41cd9592ddd2dc1fd2ff5e473a Mon Sep 17 00:00:00 2001 From: Renato Marinho Date: Tue, 12 Sep 2017 01:03:11 +0100 Subject: [PATCH] configuration --- config/laravel-blade-minify.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/laravel-blade-minify.php b/config/laravel-blade-minify.php index 85a8cc6..79f1815 100644 --- a/config/laravel-blade-minify.php +++ b/config/laravel-blade-minify.php @@ -12,7 +12,7 @@ 'remove' => [ 'comment' => true, - 'breakline' => true - ], - + 'breakline' => true, + 'whitespaces' => true, + ] ]; \ No newline at end of file