Skip to content

Commit

Permalink
Tell clean-css to inline source files into sourcemap; v3 fix for twbs…
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert authored and chiragatlas committed Apr 8, 2019
1 parent 4d95a3c commit 3516b91
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) {
compatibility: 'ie8',
keepSpecialComments: '*',
sourceMap: true,
sourceMapInlineSources: true,
advanced: false
},
minifyCore: {
Expand Down

0 comments on commit 3516b91

Please sign in to comment.