Skip to content
IDMarinas edited this page Feb 20, 2019 · 2 revisions

🔧 Build for development

It is possible to build LoTGD for use in a development environment. This builds LoTGD in the following way:

  • All files are copied under the dist folder
    • The content of this folder is the one that has to be copied to your local server for testing.
    • Note that you have probably noticed that the vendor/ folder has not been copied, this is because its size makes the process slower for a development environment. Besides being unnecessary 99% of the time.
      • Copy the vendor/ folder to your local server whenever necessary.
  • JS files are not minimized or compressed
  • No cleaning of unnecessary files
  • No optimization of resources

Execute the following command to build the development version.

gulp

New versions: 5.2.* and newer

Game

New versions: 5.0.* to 5.1.*

Game

Older versions: 4.4.* to 4.12.*

Game

Older versions: 4.3.* and earlier

Game Installation

Game Build

Game Development

Advices/Answers

Clone this wiki locally