Removing these, now I'm using build scripts in the directory

This commit is contained in:
2016-12-15 09:46:12 -06:00
parent 2057167975
commit 9a8eae281d
2 changed files with 0 additions and 18 deletions

View File

@@ -1,3 +0,0 @@
#!/bin/bash
pushd /opt/iocom/user/webclient/
ffind -v "appcache|all_desktop|visiwebrtc.js" | peat 'webclient_files_have_changed'

View File

@@ -1,15 +0,0 @@
#!/bin/bash
# replace timestamp in manifest
p4 edit visimeet.appcache
sed -i "2 s/.*/#$(date +%s)/" visimeet.appcache
# compile jsx into js
jsx js/jsx js
# remake concatenated js and css files
xargs cat < js/all_desktop.inc > /opt/iocom/user/webclient/all_desktop.js
xargs cat < css/all_desktop.inc > /opt/iocom/user/webclient/css/all_desktop.css
xargs cat < js/webrtc_api.inc > /opt/iocom/user/webclient/visiwebrtc.js
uglifyjs /opt/iocom/user/webclient/visiwebrtc.js -o /opt/iocom/user/webclient/visiwebrtc.js