WurstScript
WurstScript copied to clipboard
Check if there are 2 Files named the same inside the lib/project folder
The problem was that there was a copy of Fx.wurst in lib/ and one in lib/presets/ Clever as ever the compiler just took the one from the rootpath and was happy with it.
So according to @peq this is fixed, but an issue can still occur if the package is a dependency and not yet imported into the user's project.