Update Gruntfile.js
This commit is contained in:
parent
ec3ded2ad6
commit
9b35510f96
|
@ -55,6 +55,9 @@ module.exports = function(grunt) {
|
|||
},
|
||||
},
|
||||
cssmin: {
|
||||
options: {
|
||||
keepSpecialComments: 0
|
||||
},
|
||||
target: {
|
||||
files: [{
|
||||
expand: true,
|
||||
|
|
Loading…
Reference in New Issue