Don't set name properties in rojo config files
Closed this issue · 1 comments
NobleDraconian commented
Currently, the rojo config files for this framework are assigning names to the framework's folders via the Name
property. This causes rojo to duplicate folders when live-syncing into a place file.
The Name
property should not be assigned in the config files.
Dragon-Engine/shared.project.json
Lines 7 to 9 in 68ffcf2
Dragon-Engine/server.project.json
Lines 7 to 9 in 68ffcf2
Dragon-Engine/client.project.json
Lines 7 to 9 in 68ffcf2
NobleDraconian commented
Closed in #72.