Skip to content

Commit eb60ea0

Browse files
committed
remove that comment
1 parent 33e01f0 commit eb60ea0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Cache/Drivers/MinifyCSS.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@ public function processStyles(): void {
9393
if (!file_exists($cache_file)) {
9494
$minified_content = $this->minifyCSS($content);
9595

96-
// Add source file info as comment
97-
$minified_content = sprintf(
98-
"/* Minified by WPS Cache - Original: %s */\n%s",
99-
basename($source),
100-
$minified_content
101-
);
102-
10396
file_put_contents($cache_file, $minified_content);
10497
}
10598

0 commit comments

Comments
 (0)