Moving URI JS files to a subfolder

This commit is contained in:
Benedek Farkas
2025-10-03 16:47:51 +02:00
parent 45da83f044
commit 1d4dfcb6a5
5 changed files with 4 additions and 4 deletions

View File

@@ -91,6 +91,6 @@
},
{
"inputs": [ "Assets/Js/Uri/uri.js" ],
"output": "Scripts/uri.js"
"output": "Scripts/Uri/uri.js"
}
]