File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 "clean" : " rimraf lib webapp electron_app/dist" ,
3939 "build" : " yarn clean && yarn build:genfiles && yarn build:compile && yarn build:types && yarn build:bundle" ,
4040 "build-stats" : " yarn clean && yarn build:genfiles && yarn build:compile && yarn build:types && yarn build:bundle-stats" ,
41- "build:jitsi" : " curl -s https:// jitsi.riot.im/libs/external_api.min.js > ./webapp/jitsi_external_api.min.js " ,
41+ "build:jitsi" : " scripts/build- jitsi.sh " ,
4242 "build:res" : " node scripts/copy-res.js" ,
4343 "build:genfiles" : " yarn reskindex && yarn build:res && yarn build:jitsi" ,
4444 "build:modernizr" : " modernizr -c .modernizr.json -d src/vector/modernizr.js" ,
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ if [[ ! -f " ./webapp" ]]; then
4+ mkdir " ./webapp"
5+ fi
6+
7+ curl -s https://jitsi.riot.im/libs/external_api.min.js > ./webapp/jitsi_external_api.min.js
You can’t perform that action at this time.
0 commit comments