Skip to content

Commit

Permalink
Update CHANGES and test-project
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Nov 13, 2018
1 parent 71b1320 commit 325cf56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 4 additions & 0 deletions test-project/rojo.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"extra": {
"path": "extra-script.lua",
"target": "ReplicatedStorage.ExtraScript"
},
"does-not-exist": {
"path": "hahah",
"target": "ReplicatedStorage.Never"
}
}
}

0 comments on commit 325cf56

Please sign in to comment.