gruntjs / grunt-contrib-cssmin

Compress CSS files.
http://gruntjs.com/
MIT License
793 stars 147 forks source link

cssmin generate CSS larger than before #288

Closed aristotekean closed 7 years ago

aristotekean commented 7 years ago

Hi, I have the following configuration

    cssmin: {
        target: {
            files: [{
                expand: true,
                cwd: 'assets/css',
                src: ['*.css', '!*.min.css'],
                dest: 'cssmin',
                ext: '.min.css'
            }]
        }
    },

but generate css larger than before of 22 KB to 44 KB, someone is have a idea why is this happening?

XhmikosR commented 7 years ago

It's the new clean-css defaults. Either way this is an upstream question.