rojo sourcemap <PROJECT>

Generates a sourcemap file from the Rojo project

Arguments

NameDescription
PROJECTPath to the project to use for the sourcemap. Defaults to the current directory [default: ]

Options

NameDescription
--include-non-scriptsIf 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