mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 22:25:26 +00:00
Add a new syncRules field project files to allow users to specify middleware to use for files (#813)
This commit is contained in:
12
rojo-test/serve-tests/sync_rule_alone/default.project.json
Normal file
12
rojo-test/serve-tests/sync_rule_alone/default.project.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "sync_rule_alone",
|
||||
"tree": {
|
||||
"$path": "src"
|
||||
},
|
||||
"syncRules": [
|
||||
{
|
||||
"pattern": "*.nothing",
|
||||
"use": "text"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user