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

Support for .meta.json files other than init #189

Merged
merged 2 commits into from
Jun 13, 2019

Conversation

Kampfkarren
Copy link
Member

Truly closes #123.

Thing.server.lua would have a .meta.json of Thing.meta.json, as said by LPG on Discord.

Copy link
Contributor

@LPGhatguy LPGhatguy left a comment

Choose a reason for hiding this comment

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

Looks good to merge and work with in master!

I'll probably restrict what kinds of things can be in .meta.json further by denying unknown properties and making it an error to define properties for rbxmx, rbxm, and model.json files probably.

I'd also like to issue a warning if a single .meta.json file affects zero files, or more than one file, since both cases are probably errors.

This stuff might require some sizable refactoring of this code. 😅

@LPGhatguy LPGhatguy merged commit a3dc4fa into rojo-rbx:master Jun 13, 2019
@Kampfkarren Kampfkarren deleted the meta-non-init branch June 13, 2019 01:23
Dekkonot pushed a commit to UpliftGames/rojo that referenced this pull request Jan 11, 2024
* Support for .meta.json files other than init

* Localize .meta.json application
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.

Support .meta.json
2 participants