Browse Source

Gruntfile.js: correct comment.

[ci skip]
pull/684/merge
XhmikosR 10 years ago
parent
commit
8518e3f3aa
  1. 2
      Gruntfile.js

2
Gruntfile.js

@ -186,7 +186,7 @@ module.exports = function (grunt) {
cssmin: {
options: {
keepSpecialComments: '*' // set to '*' because we already add the banner in sass
keepSpecialComments: '*' // keep all important comments
},
ratchet: {
src: '<%= meta.distPath %>css/<%= pkg.name %>.css',

Loading…
Cancel
Save