From eeff7cfd9209e2117e024a70c080d17a14a123a2 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Sun, 3 Dec 2017 23:57:23 -0800 Subject: [PATCH] Add dependencies to rojo.json for development --- rojo.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/rojo.json b/rojo.json index dd590d87..0ecdbc24 100644 --- a/rojo.json +++ b/rojo.json @@ -4,7 +4,23 @@ "partitions": { "plugin": { "path": "plugin/src", - "target": "ReplicatedStorage.Rojo Plugin" + "target": "ReplicatedStorage.Rojo" + }, + "modules/Roact": { + "path": "modules/Roact/lib", + "target": "ReplicatedStorage.Rojo.modules.Roact" + }, + "modules/Rodux": { + "path": "modules/Rodux/lib", + "target": "ReplicatedStorage.Rojo.modules.Rodux" + }, + "modules/RoactRodux": { + "path": "modules/RoactRodux/lib", + "target": "ReplicatedStorage.Rojo.modules.RoactRodux" + }, + "modules/TestEZ": { + "path": "modules/TestEZ/lib", + "target": "ReplicatedStorage.TestEZ" } } } \ No newline at end of file