build_install
Build utilities
yarn https://yarnpkg.com/
optional: gulp-cli (or use
yarn run gulp [command]
instead ofgulp
)
Installing dependencies
Install yarn package-manager:
Execute these commands on your server as a normal user to prepare the dependencies:
Adjust config and style
(optional) Edit files in
scss/custom/
. Additional information under development.(optional) Change
logo.svg
and generate new icons or adjust the images yourself.
Building
Just run the following command from the meshviewer directory:
This will generate the folder build/
that will contain all required files.
Upgrade
Update the git repository but keep your local changes:
Check your config for possible changes that were added since your last checkout
Run the build step again
Last updated
Was this helpful?