diff options
| author | Mark Otto <[email protected]> | 2014-05-12 20:14:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-12 20:14:39 -0700 |
| commit | d8baec85f503f4078fe2ce9fda9f17bca14f8039 (patch) | |
| tree | 17d7f2f9ce84b965eff4d8190b9f245fe4869f14 | |
| parent | be18f50fd0e36e35342a100216b01fe00692d0db (diff) | |
| download | bootstrap-d8baec85f503f4078fe2ce9fda9f17bca14f8039.tar.xz bootstrap-d8baec85f503f4078fe2ce9fda9f17bca14f8039.zip | |
remove the comment
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index e4b2155ba..ad16dd335 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -238,7 +238,7 @@ module.exports = function (grunt) { options: { compatibility: 'ie8', keepSpecialComments: '*', - noAdvanced: true // turn advanced optimizations off until the issue is fixed in clean-css + noAdvanced: true }, docs: { src: [ |
