You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/exorcist/bin/usage.txt

16 lines
604 B
Plaintext

usage: exorcist <mapfile> <exorcist-options>
Externalizes the source map of a file that is streamed into it by pointing it's source map url to the <mapfile>.
The original source map is written to the <mapfile> as json.
OPTIONS:
--root -r The path to the original source to be included in the source map. (default '')
--url -u The path to the source map to which to point the sourceMappingURL. (default <mapfile>)
EXAMPLE:
Bundle main.js with browserify into bundle.js and externalize the map to bundle.js.map
browserify main.js --debug | exorcist bundle.js.map > bundle.js