Skip to content

Commit f4b8885

Browse files
author
Renato Marinho
committed
remove debug :(
1 parent b519a9e commit f4b8885

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

config/laravel-blade-minify.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,11 @@
88
|-------------------------------------------------------------------------- |
99
*/
1010

11+
'zlib' => false, // Needs enable zlib module: http://php.net/manual/en/zlib.configuration.php
12+
13+
'remove' => [
14+
'comment' => true,
15+
'breakline' => true
16+
],
1117

1218
];

src/Middleware/Minify.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ class Minify
1717
public function handle($request, Closure $next)
1818
{
1919
$response = $next($request);
20-
21-
dd(Config::get('laravel-blade-minify'));
22-
2320
//ini_set('zlib.output_compression', 'On');
2421

2522
return $this->html($response);

0 commit comments

Comments
 (0)