This tools allows you to make a release for Jitsi test browser page (minify js/css files, pack the app in one file).
We are currently working on it, stay in touch ;)
To make a release, you need to have at lease:
- php (7.4+)
- composer (1.10+)
Then, use composer install to get the dependencies.
To make a new release, you need to run the make-release.php scripts.
To get more information, use "php make-release.php --help"
Once done, you will find your unique index.html file containing the test tool.
By default, this app is on english. Supported translations are:
- fr (French)
- en (English)
If you want have your own translation, just copy the lang/en.php file into your language (example: de.php), then edit the translations.
Then, re run the make-release.php script with the parameter --lang=de