Browse Source

Re-enable clean-css's advanced optimizations.

pull/463/head
XhmikosR 11 years ago
parent
commit
1c8d10dc33
  1. 1
      Gruntfile.js

1
Gruntfile.js

@ -117,7 +117,6 @@ module.exports = function(grunt) {
options: { options: {
banner: '', // set to empty; see bellow banner: '', // set to empty; see bellow
keepSpecialComments: '*', // set to '*' because we already add the banner in sass keepSpecialComments: '*', // set to '*' because we already add the banner in sass
noAdvanced: true, // disable advanced optimizations since it causes many issues
report: 'min' report: 'min'
}, },
ratchet: { ratchet: {

Loading…
Cancel
Save