You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
It'd be nice to have
cargo screeps upload
upload a set of helper JS files alongside the generatedmain.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.The text was updated successfully, but these errors were encountered: