jsxbin icon indicating copy to clipboard operation
jsxbin copied to clipboard

Preserve nested folders structure

Open jardicc opened this issue 5 years ago • 1 comments

Let's say that I have a tree structure of the folder and some scripts in each folder. Is there any chance to preserve that folder structure right now?

jardicc avatar Feb 06 '19 14:02 jardicc

As things are now the structure will not be preserved if you specify an output folder, possible to create all the jsxbin in the same location as the input files. You can do jsxbin -i */*.jsx which should grab all the jsx files in all the folders, and then create .jsxbin in the same folder as the original.

runegan avatar Feb 07 '19 14:02 runegan