|
|
@ -7,24 +7,14 @@ mkdir -p html/img |
|
|
|
mkdir -p html/js |
|
|
|
mkdir -p html/js |
|
|
|
mkdir -p html/css |
|
|
|
mkdir -p html/css |
|
|
|
|
|
|
|
|
|
|
|
# Join scripts |
|
|
|
cd html_orig |
|
|
|
DD=html_orig/jssrc |
|
|
|
sh ./packjs.sh |
|
|
|
cat $DD/chibi.js \ |
|
|
|
php ./build_html.php |
|
|
|
$DD/utils.js \ |
|
|
|
cd .. |
|
|
|
$DD/modal.js \ |
|
|
|
|
|
|
|
$DD/appcommon.js \ |
|
|
|
|
|
|
|
$DD/term.js \ |
|
|
|
|
|
|
|
$DD/wifi.js > html/js/app.js |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sass --sourcemap=none html_orig/sass/app.scss html_orig/css/app.css |
|
|
|
cp html_orig/js/app.js html/js/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sass --sourcemap=none html_orig/sass/app.scss html/css/app.css |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cp html_orig/img/* html/img/ |
|
|
|
|
|
|
|
|
|
|
|
# No need to compress CSS and JS now, we run YUI on it later |
|
|
|
|
|
|
|
cp html_orig/css/app.css html/css/app.css |
|
|
|
|
|
|
|
cp html_orig/term.html html/term.tpl |
|
|
|
|
|
|
|
cp html_orig/wifi.html html/wifi.tpl |
|
|
|
|
|
|
|
cp html_orig/about.html html/about.tpl |
|
|
|
|
|
|
|
cp html_orig/help.html html/help.tpl |
|
|
|
|
|
|
|
cp html_orig/wifi_conn.html html/wifi_conn.tpl |
|
|
|
|
|
|
|
cp html_orig/img/loader.gif html/img/loader.gif |
|
|
|
|
|
|
|
cp html_orig/img/cvut.svg html/img/cvut.svg |
|
|
|
|
|
|
|
cp html_orig/favicon.ico html/favicon.ico |
|
|
|
|
|
|
|