Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 2b98560

Browse files
Revert "chore(build): minify theme template for ng constant (#9455)"
This reverts commit ef0c714.
1 parent e65ffc8 commit 2b98560

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gulp/util.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ function themeBuildStream() {
229229
.pipe(utils.hoistScssVariables())
230230
.pipe(sass())
231231
.pipe(dedupeCss())
232-
.pipe(minifyCss())
233232
.pipe(utils.cssToNgConstant('material.core', '$MD_THEME_CSS'));
234233
}
235234

0 commit comments

Comments
 (0)