npm install source-map-catInstall:
``shell`
npm install --global source-map-cat
Example Usage (run from project test directory):
`shellCreate or find files with source maps
../node_modules/typescript/bin/tsc --sourcemap hello.ts
../node_modules/coffee-script-redux/bin/coffee --js -i goodbye.coffee > goodbye.js
../node_modules/coffee-script-redux/bin/coffee --source-map -i goodbye.coffee > goodbye.js.map
curl --remote-name-all \
http://code.jquery.com/jquery-1.9.0.js \
http://code.jquery.com/jquery-1.9.0.min.js \
http://code.jquery.com/jquery-1.9.0.min.map
#### Related Links:
* Mozilla's source-map node module
* HTML5 Rocks Source Maps tutorial
* CSS Ninja Multi-level source map article
* The new sections part of the source-map spec should save some space
* Nick Fitzgerald's weblog
##### Tools and Languages with Source Map Support
* closure compiler
* coffeescript redux
* JSMmin source map node module
and grunt plugin
* typescript
* UglifyJS 2