Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 714 Bytes

BUILD.md

File metadata and controls

41 lines (27 loc) · 714 Bytes

How to build scripts

Build all javascript files

./build.sh

Service Worker Scripts

Definitions are located in ./config/rollup/rollup.config.js. After you update the definitions, you need to update the build script with

npm run rollup-config

The updated script will be located in ./rollup.config.js

Run the build script

node ./rollup.config.js

Other javascript files

Definitions are located in ./config/terser/terser.config.js. After you update the definitions, you need to update the build script with

npm run terser-config

The updated script will be located in ./terser.config.js

Run the build script

node ./terser.config.js