Skip to content

Commit

Permalink
Merge pull request #16589 from kkirsche/patch-18
Browse files Browse the repository at this point in the history
Include CSS Source Map for bootstrap.min.css
  • Loading branch information
mdo committed Jun 18, 2015
2 parents df78c89 + 8b01de2 commit 46b4cd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ module.exports = function (grunt) {
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
compatibility: 'ie8',
keepSpecialComments: '*',
sourceMap: true,
advanced: false
},
minifyCore: {
Expand Down

0 comments on commit 46b4cd6

Please sign in to comment.