Add test model, shore up 'build' command more

This commit is contained in:
Lucien Greathouse
2018-11-27 14:40:19 -08:00
parent c61d6a5804
commit 1e0a7dea73
6 changed files with 38 additions and 18 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "foo",
"tree": {
"$className": "DataModel",
"ReplicatedStorage": {
"$className": "ReplicatedStorage",
"Rojo": {
"$className": "Folder",
"Plugin": {
"$path": "lib"
},
"Roact": {
"$path": "modules/roact/lib"
},
"Rodux": {
"$path": "modules/rodux/lib"
},
"RoactRodux": {
"$path": "modules/roact-rodux/lib"
},
"Promise": {
"$path": "modules/promise/lib"
}
}
}
}
}