NobleDraconian/Dragon-Engine

Don't set name properties in rojo config files

Closed this issue · 1 comments

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.

"$properties" : {
"Name" : "DragonEngine"
},

"$properties" : {
"Name" : "DragonEngine"
}

"$properties" : {
"Name" : "DragonEngine"
}

Closed in #72.