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 syncing individual files #57

Closed
AmaranthineCodices opened this issue Apr 6, 2018 · 3 comments
Closed

Allow syncing individual files #57

AmaranthineCodices opened this issue Apr 6, 2018 · 3 comments
Labels
type: enhancement Feature or improvement that should potentially happen
Milestone

Comments

@AmaranthineCodices
Copy link

I develop using a single-script methodology. Right now, Rojo makes me have a weird folder structure to synchronize my entry points into Studio correctly:

src
- serverMain
  - init.server.lua

It'd be nice to specify a file as a partition target:

"serverMain": {
    "path": "src/ServerMain.server.lua",
    "target": "ServerScriptService.Server"
}
@LPGhatguy LPGhatguy added the type: enhancement Feature or improvement that should potentially happen label Apr 6, 2018
@LPGhatguy
Copy link
Contributor

Usually the way I work around this is by putting my entrypoints on the client/server into folder, but it's... not ideal.

@LPGhatguy LPGhatguy modified the milestones: 0.5.0, 0.4.5 Apr 6, 2018
@LPGhatguy
Copy link
Contributor

I'm bumping this up to 0.4.5, I feel like this should've worked from the start.

@LPGhatguy
Copy link
Contributor

This should be fixed in the latest master.

It was a pretty straightforward fix, but it might have other repercussions. If you could give it a try and let me know if it works, that'd be awesome!

Dekkonot pushed a commit to UpliftGames/rojo that referenced this issue Jan 11, 2024
This should fix the case of a partition pointed directly at a file
turning the object into a `StringValue`.

Fixes rojo-rbx#57.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement Feature or improvement that should potentially happen
Projects
None yet
Development

No branches or pull requests

2 participants