Defer application of init.meta.json until after init Lua files. (#549)

Fixes #546.
This commit is contained in:
Lucien Greathouse
2022-06-09 21:42:37 -04:00
committed by GitHub
parent c06463b61d
commit e5dbee1073
8 changed files with 75 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
# Issue #546 (https://github.com/rojo-rbx/rojo/issues/546)
Regression from Rojo 6.2.0 to Rojo 7.0.0. Meta files named as init.meta.json should apply after init.client.lua and other init files.

View File

@@ -0,0 +1,6 @@
{
"name": "issue_546",
"tree": {
"$path": "hello"
}
}

View File

@@ -0,0 +1 @@
print("Hello, world!")

View File

@@ -0,0 +1,5 @@
{
"properties": {
"Disabled": true
}
}