gruntjs / grunt-contrib-concat

Concatenate files.
http://gruntjs.com/
MIT License
811 stars 170 forks source link

Allow support for sourceRoot and reading source files #159

Open russell-dot-js opened 8 years ago

russell-dot-js commented 8 years ago

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

audunolsen commented 7 years ago

Up!