grunt-contrib-concat icon indicating copy to clipboard operation
grunt-contrib-concat copied to clipboard

Allow support for sourceRoot and reading source files

Open russell-dot-js opened this issue 8 years ago • 1 comments

Currently the check for included sources only supports inline sourceMaps:

if (sourceMap.sources && sourceMap.sources.length && sourceMap.sourcesContent) {

The proposed solution is to read included sources if the sourceContent property is not set

russell-dot-js avatar Apr 21 '16 02:04 russell-dot-js

Up!

audunolsen avatar Apr 26 '17 00:04 audunolsen