Skip to content

Commit b93b7b1

Browse files
committed
Revert "Revert "Turn off clean-css' advanced optimizations.""
This reverts commit e31c2ed.
1 parent a991cd5 commit b93b7b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Gruntfile.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ module.exports = function (grunt) {
232232
cssmin: {
233233
options: {
234234
compatibility: 'ie8',
235-
keepSpecialComments: '*'
235+
keepSpecialComments: '*',
236+
noAdvanced: true
236237
},
237238
core: {
238239
files: {

0 commit comments

Comments
 (0)