cat-source-map
concatenate JavaScript files, handling source map bits
usage
cat-source-map [options] srcFile1 srcFile2 ... outFile
options:
--fixFileNames -f normalize file names
--verbose -v be verbose
--help -h print this help
Output files ${outFile} and ${outFile}.map.json will be generated by
concatenating the source files into the outFile, and recalculating the
source maps into the .map.json outFile.
The --fixFileNames option will try to make the file names in the output
sources
property relative and will remove leading . and .. path entries.
hacking
https://github.com/pmuellr/cat-source-map
license
Apache License, Version 2.0