scct
scct copied to clipboard
SCCT should use the resourceDirectory value defined in Compile
It's currently using /resources when it should be using the value in Compile. I was forced to add this to get it to work:
resourceDirectory in ScctPlugin.Scct <<= resourceDirectory in Compile
+1 on this one, we were surprised by tests breaking suddenly then tracked it back to this.
+1