Navigation

    forum

    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    1. Home
    2. Madara
    • Flag Profile
    • block_user
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Groups
    • Blog

    Madara

    @Madara

    3
    Posts
    831
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Madara Follow

    Posts made by Madara

    • RE: Create a branch from the API?

      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.

      posted in Help
      Madara
    • Create a branch from the API?

      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.

      posted in Help
      Madara
    • RE: Tooling - Webpack or Browserify

      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.

      posted in Help
      Madara