Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

05 How to build production ready version

pbca26 edited this page Dec 17, 2016 · 8 revisions

Refer to Step 1

https://github.com/SuperNETorg/Iguana-GUI/wiki/04-How-to-install-and-configure-Iguana-GUI-dev-environment

Build prod version

cd Iguana-GUI
gulp prod

check Iguana-GUI/compiled/prod folder

Build zipped prod version

gulp zip

check Iguana-GUI/latest.zip in project's root folder

Build prod version for electron app

cd Iguana-GUI
gulp electron

check Iguana-GUI/compiled/prod folder

Clone this wiki locally