View on GitHub

MIOBuildTool

MIOJS Command line interface tool

Build

build

Build the project.

Parameters

None

Under the hood

  1. Runs tsc to compile the project with its tsconfig.json
  2. Copies the resources folder contents to app folder.
  3. Copies the miojslibs libs js files to app/libs/miojslibs folder, if it is available.