mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
Merge pull request #16589 from kkirsche/patch-18
Include CSS Source Map for bootstrap.min.css
This commit is contained in:
commit
46b4cd68f1
@ -231,6 +231,7 @@ module.exports = function (grunt) {
|
|||||||
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
|
// and then simplify the fix for https://github.com/twbs/bootstrap/issues/14837 accordingly
|
||||||
compatibility: 'ie8',
|
compatibility: 'ie8',
|
||||||
keepSpecialComments: '*',
|
keepSpecialComments: '*',
|
||||||
|
sourceMap: true,
|
||||||
advanced: false
|
advanced: false
|
||||||
},
|
},
|
||||||
minifyCore: {
|
minifyCore: {
|
||||||
|
Loading…
Reference in New Issue
Block a user