grunt-contrib-concat
grunt-contrib-concat copied to clipboard
Allow support for sourceRoot and reading source files
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
Up!