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

add zip_export option for #16 #17

Merged
merged 3 commits into from
Apr 29, 2020
Merged

Conversation

tylerecouture
Copy link
Contributor

My best stab. Sorry I don't know how to run or test this.. I'm not a TS/JS developer and started using github actions yesterday! Apologies in advance for the amateur effort...

Copy link
Owner

@firebelley firebelley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great! I will go ahead and test it before I approve, but I have a couple minor requests before I test.

Could you run a yarn build so that the compiled distribution file is added please. You'll need yarn https://yarnpkg.com/ and before you do a yarn build you'll need to run yarn install to get the dependencies. Feel free to ask questions if they come up!

src/godot.ts Outdated Show resolved Hide resolved
@firebelley
Copy link
Owner

Thanks for addressing the feedback! I just tested and it looks good. One thing I should note is these are the subdirectories that are created in the exports directory:
{7D184B05-5441-4B37-B4C6-2BF1B62ED211}

It's not a user friendly name at all, but if you're OK with that then I'll go ahead and merge. The reason these are numerical are for just in case you have several exports with the same name they won't overwrite each other.

@tylerecouture
Copy link
Contributor Author

Cool! I appreciate your responses and thanks for considering these changes! I'm good with this for now =) I can play around with it for my usecase and maybe as I get more familiar with this process I can PR something with a nicer naming convention and other tweaks?

@firebelley
Copy link
Owner

Yep I am fine with it as is, just wanted to make sure you were OK with it. I'm planning on reworking a lot of the core code at some point, so that may open up an opportunity to support better directory names.

Anyway, I am going to merge this and create a new release now!

@firebelley firebelley merged commit cec6eea into firebelley:master Apr 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants