mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 14:45:56 +00:00
Mark init.meta.json as relevant path for directories
This commit is contained in:
@@ -12,6 +12,7 @@ metadata:
|
||||
Path: /root
|
||||
relevant_paths:
|
||||
- /root
|
||||
- /root/init.meta.json
|
||||
children:
|
||||
- id: id-2
|
||||
name: test
|
||||
|
||||
@@ -12,6 +12,7 @@ metadata:
|
||||
Path: /root
|
||||
relevant_paths:
|
||||
- /root
|
||||
- /root/init.meta.json
|
||||
children:
|
||||
- id: id-2
|
||||
name: test
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
source: src/serve_session.rs
|
||||
expression: tree_value
|
||||
expression: "view_tree(&session.tree(), &mut rm)"
|
||||
---
|
||||
id: id-1
|
||||
name: foo
|
||||
@@ -12,4 +12,5 @@ metadata:
|
||||
Path: /foo
|
||||
relevant_paths:
|
||||
- /foo
|
||||
- /foo/init.meta.json
|
||||
children: []
|
||||
|
||||
@@ -12,6 +12,7 @@ metadata:
|
||||
Path: /foo/default.project.json
|
||||
relevant_paths:
|
||||
- /foo/src
|
||||
- /foo/src/init.meta.json
|
||||
- /foo/default.project.json
|
||||
children:
|
||||
- id: id-2
|
||||
|
||||
@@ -12,6 +12,7 @@ metadata:
|
||||
Path: /root
|
||||
relevant_paths:
|
||||
- /root
|
||||
- /root/init.meta.json
|
||||
children:
|
||||
- id: id-2
|
||||
name: test
|
||||
|
||||
Reference in New Issue
Block a user