diff options
| author | Mark Otto <[email protected]> | 2016-10-02 19:28:52 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-02 19:28:52 -0700 |
| commit | 54822bd549aa669c465a087969a06d7c3f4874fd (patch) | |
| tree | 83e6be1f14ee44bf55ca7c06bb9a2528d64cbcd2 | |
| parent | 4699fd4b4076f325652a5f51cd0c734d900faac3 (diff) | |
| download | bootstrap-54822bd549aa669c465a087969a06d7c3f4874fd.tar.xz bootstrap-54822bd549aa669c465a087969a06d7c3f4874fd.zip | |
Comment that out for now since it's causing errors
| -rw-r--r-- | Gruntfile.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js index bc7d009f0..7d39d25ec 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -170,7 +170,7 @@ module.exports = function (grunt) { compatibility: 'ie9', keepSpecialComments: '*', sourceMap: true, - sourceMapInlineSources: true, + // sourceMapInlineSources: true, advanced: false }, core: { |
