Closed harmo closed 8 years ago
There are no submodules or subfolders in Screeps. We don't want to introduce a new concept here which is not present in the game engine. If you like to translate subfolders into modules separated by a dot, it is better to create a standalone mechanism in your Gruntfile rather than adding new functionality here,
The current export did not support the sub-modules and put the files directly to the root branch in the game.
This commit fix that.
It is perhaps not the right method, excuse my JS skills, but I'm open for more explanation if I'm wrong =)