diff options
| author | Mark Otto <[email protected]> | 2015-12-07 21:51:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-12-07 21:51:04 -0800 |
| commit | bd5d25da44015d6804c7abf2c1ede35a6071f8d0 (patch) | |
| tree | 4198145a9eb58934e089d44f366de130da94ec29 | |
| parent | c9eb483ca9eb15dac257e10b419645656b370a44 (diff) | |
| download | bootstrap-bd5d25da44015d6804c7abf2c1ede35a6071f8d0.tar.xz bootstrap-bd5d25da44015d6804c7abf2c1ede35a6071f8d0.zip | |
fixes #18281
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index 0c5091f3a..fc6868be3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -284,7 +284,7 @@ module.exports = function (grunt) { compatibility: 'ie9', keepSpecialComments: '*', sourceMap: true, - noAdvanced: true + advanced: false }, core: { files: [ |
