rojo sourcemap <PROJECT>
Generates a sourcemap file from the Rojo project
Arguments
Name | Description |
---|---|
PROJECT | Path to the project to use for the sourcemap. Defaults to the current directory [default: ] |
Options
Name | Description |
---|---|
--include-non-scripts | If non-script files should be included or not. Defaults to false |
--output, -o <OUTPUT> | Where to output the sourcemap. Omit this to use stdout instead of writing to a file. Should end in .json |