From 325cf564578d5a4e62286b94345b1fcd1eb32197 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Mon, 12 Nov 2018 21:47:08 -0800 Subject: [PATCH] Update CHANGES and test-project --- CHANGES.md | 2 +- test-project/rojo.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0815139e..179106e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ # Rojo Change Log ## Current master -* *No changes* +* When `rojo.json` points to a file or directory that does not exist, Rojo now issues a warning instead of throwing an error and exiting ## 0.4.12 (June 21, 2018) * Fixed obscure assertion failure when renaming or deleting files ([#78](https://github.com/LPGhatguy/rojo/issues/78)) diff --git a/test-project/rojo.json b/test-project/rojo.json index c7e2f3e8..14f88cbf 100644 --- a/test-project/rojo.json +++ b/test-project/rojo.json @@ -9,6 +9,10 @@ "extra": { "path": "extra-script.lua", "target": "ReplicatedStorage.ExtraScript" + }, + "does-not-exist": { + "path": "hahah", + "target": "ReplicatedStorage.Never" } } } \ No newline at end of file