mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-21 05:06:29 +00:00
WIP: Epiphany Refactor (#85)
This commit is contained in:
committed by
GitHub
parent
80b9b7594b
commit
72bc77f1d5
4
test-projects/empty/roblox-project.json
Normal file
4
test-projects/empty/roblox-project.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"name": "empty",
|
||||
"tree": {}
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
{
|
||||
"name": "empty",
|
||||
"servePort": 23456,
|
||||
"partitions": {}
|
||||
}
|
||||
26
test-projects/foo.json
Normal file
26
test-projects/foo.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "foo",
|
||||
"tree": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
-- a.lua
|
||||
@@ -1 +0,0 @@
|
||||
-- a.server.lua
|
||||
@@ -1 +0,0 @@
|
||||
-- b.client.lua
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "one-partition",
|
||||
"servePort": 23456,
|
||||
"partitions": {
|
||||
"lib": {
|
||||
"path": "lib",
|
||||
"target": "ReplicatedStorage.OnePartition"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
-- foo.lua
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"name": "partition-to-file",
|
||||
"servePort": 23456,
|
||||
"partitions": {
|
||||
"lib": {
|
||||
"path": "foo.lua",
|
||||
"target": "ReplicatedStorage.bar"
|
||||
}
|
||||
}
|
||||
}
|
||||
0
test-projects/single-sync-point/lib/main.lua
Normal file
0
test-projects/single-sync-point/lib/main.lua
Normal file
11
test-projects/single-sync-point/roblox-project.json
Normal file
11
test-projects/single-sync-point/roblox-project.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "empty",
|
||||
"tree": {
|
||||
"ReplicatedStorage": {
|
||||
"$className": "ReplicatedStorage",
|
||||
"Foo": {
|
||||
"$path": "lib"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user