Closed Kaplas80 closed 2 years ago
In #27, the directory where the files were written was always the root of the output path. With this PR, we allow to specify a custom subdirectory.
Other enhancements:
FormatToSingleNode
FormatReplace
Output path: D:\work Script.json: "OutputNames": [ "font/*" ],
D:\work
"OutputNames": [ "font/*" ],
The files will be written in D:\work\font\
D:\work\font\
Description
In #27, the directory where the files were written was always the root of the output path. With this PR, we allow to specify a custom subdirectory.
Other enhancements:
FormatToSingleNode
: I've refactored some code and this converter is no longer necessary.FormatReplace
converter)Example
Output path:
D:\work
Script.json:"OutputNames": [ "font/*" ],
The files will be written in
D:\work\font\