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

Allow uploading extra javascript files alongside main.js #1

Closed
daboross opened this issue Jun 19, 2019 · 1 comment
Closed

Allow uploading extra javascript files alongside main.js #1

daboross opened this issue Jun 19, 2019 · 1 comment
Labels
C-enhancement Category: A PR with an enhancement or a proposed on in an issue.

Comments

@daboross
Copy link
Collaborator

It'd be nice to have cargo screeps upload upload a set of helper JS files alongside the generated main.js, if any were specified.

I think it should be pretty simply to implement a configuration option for a JS files directory (maybe defaulting to resources?), and then to just upload all *.js and *.wasm files found in it alongside those generated.

@ASalvail ASalvail transferred this issue from rustyscreeps/screeps-game-api Jul 21, 2019
@daboross daboross added the C-enhancement Category: A PR with an enhancement or a proposed on in an issue. label Jul 21, 2019
@shanemadden
Copy link
Collaborator

Fixed in #24 (include_files option allows for inclusion of arbitrary directories with js/wasm files)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: A PR with an enhancement or a proposed on in an issue.
Projects
None yet
Development

No branches or pull requests

2 participants