mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-20 12:45:05 +00:00
Add test model, shore up 'build' command more
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "empty",
|
||||
"name": "single-sync-point",
|
||||
"tree": {
|
||||
"$className": "DataModel",
|
||||
"ReplicatedStorage": {
|
||||
|
||||
9
test-projects/test-model/roblox-project.json
Normal file
9
test-projects/test-model/roblox-project.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "empty",
|
||||
"tree": {
|
||||
"$className": "Folder",
|
||||
"Library": {
|
||||
"$path": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
3
test-projects/test-model/src/main.lua
Normal file
3
test-projects/test-model/src/main.lua
Normal file
@@ -0,0 +1,3 @@
|
||||
local other = require(script.Parent.other)
|
||||
|
||||
print(other)
|
||||
1
test-projects/test-model/src/other.lua
Normal file
1
test-projects/test-model/src/other.lua
Normal file
@@ -0,0 +1 @@
|
||||
return "Hello, world!"
|
||||
Reference in New Issue
Block a user