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

Refactor distributable file generation: modularize #11

Open
achadwick opened this issue Dec 9, 2016 · 0 comments
Open

Refactor distributable file generation: modularize #11

achadwick opened this issue Dec 9, 2016 · 0 comments
Assignees

Comments

@achadwick
Copy link
Owner

Currently, Styrene uses a bunch of methods in styrene.bundle.NativeBundle to do this. Making each class of distributable output file a module that operates on a bundle tree is better: we may want to add new dist file types in future.

One obvious new type of output is #9's source code bundles. These would only use information in the bundle tree rather than the binary files in it. A source archive getter routine would need to iterate through the list of installed packages and attempt to get their code from the repository.

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

1 participant