We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac8f1b6 commit 05dec08Copy full SHA for 05dec08
src/Minifiers/BladeMinifier.php
@@ -80,7 +80,7 @@ protected function shouldMinify($value)
80
return true;
81
}
82
83
- return !$this->containsBadHtml($value) && !$this->containsBadCommands($value);
+ return !$this->containsBadHtml($value) && !$this->containsBadComments($value);
84
85
86
/**
0 commit comments