screeps / grunt-screeps

A Grunt plugin for commiting code to your Screeps account
MIT License
64 stars 36 forks source link

Add submodules detection #8

Closed harmo closed 8 years ago

harmo commented 8 years ago

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 =)

artch commented 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,