Skip to content

Commit 3ef1d04

Browse files
author
Gabriel Cavallo
committed
cssmin incompatible with latest nodejs, issue gruntjs/grunt-contrib-cssmin#270
1 parent cc5f8a5 commit 3ef1d04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ module.exports = function (grunt) {
315315
'chromeManifest:dist',
316316
'useminPrepare',
317317
'concurrent:dist',
318-
'cssmin',
318+
//'cssmin',
319319
'concat',
320320
'uglify',
321321
'copy',

0 commit comments

Comments
 (0)