Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve nested folders structure #13

Open
jardicc opened this issue Feb 6, 2019 · 1 comment
Open

Preserve nested folders structure #13

jardicc opened this issue Feb 6, 2019 · 1 comment

Comments

@jardicc
Copy link

jardicc commented Feb 6, 2019

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?

@runegan
Copy link
Owner

runegan commented Feb 7, 2019

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.

smhagit added a commit to smhagit/jsxbin that referenced this issue May 5, 2021
…n#13)

Change-Id: Ic6da54ffac9ce8e19e63a6a08d63858079f434d1
smhagit added a commit to smhagit/jsxbin that referenced this issue May 5, 2021
…n#13)

Change-Id: Ic6da54ffac9ce8e19e63a6a08d63858079f434d1
smhagit added a commit to smhagit/jsxbin that referenced this issue May 5, 2021
…n#13)

Change-Id: Ic6da54ffac9ce8e19e63a6a08d63858079f434d1
smhagit added a commit to smhagit/jsxbin that referenced this issue May 6, 2021
…n#13)

Change-Id: Ic6da54ffac9ce8e19e63a6a08d63858079f434d1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants