Skip to content

Commit

Permalink
Tell clean-css to inline source files into sourcemap; v3 fix for #19063
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert authored and XhmikosR committed Jul 12, 2016
1 parent 6b3e084 commit ebdbed1
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 ebdbed1

Please sign in to comment.