Yes, the mapping between GitHub branches to game branches is something I'd want to see.
But the github integration doesn't always help if you have a build script like Webpack or Babel running.
Yes, the mapping between GitHub branches to game branches is something I'd want to see.
But the github integration doesn't always help if you have a build script like Webpack or Babel running.
Howdy! Is it possible to create Screeps branches from the API? I want to create Screeps branches that track my Git branches with a post-receive hook.
Is there an API endpoint that can do this? I couldn't find one in the docs.
I got it!
Prepend the webpack boilerplate with module.exports =
webpack returns the entry point's exports, so assigning it to module.exports seems to work well.