/threejsworker

The worker behind threejsworker.

Primary LanguageJavaScript

#ThreejsWorker

Introduction

This checks if there are any pullrequest updates on the three.js repository and if their are any changes, rebuild the three.js build and show it on the website.

Requirements

How to setup

      module.exports = {
          "GITHUB_TOKEN": A_GITHUB_AUTHNETICATION_TOKEN, // get a token from https://github.com/settings/tokens 
          "SINGLE_PROCESS": true
      }
  • node server.js

This is all that's needed to start

Configuration

The config.js file contains all configuration nessecary.

  • SINGLE_PROCESS

Start the jobs together with the server. That way, the jobs don't need to be started by them self.

Current jobs are: