Skip to content

Latest commit

 

History

History
 
 

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

BrowserQuest client documentation

The client directory should never be directly deployed to staging/production. Deployment steps:

  1. Configure the websocket host/port:

In the client/config/ directory, copy config_build.json-dist to a new config_build.json file. Edit the contents of this file to change host/port settings.

  1. Run the following commands from the project root:

(Note: nodejs is required to run the build script)

  • cd bin
  • chmod +x build.sh
  • ./build.sh

This will use the RequireJS optimizer tool to create a client-build/ directory containing a production-ready version of BrowserQuest.

A build log file will also be created at bin/build.txt.

The client-build directory can be renamed and deployed anywhere. It has no dependencies to any other file/folder in the repository.