mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
6 lines
297 B
Bash
Executable file
6 lines
297 B
Bash
Executable file
#!/bin/bash
|
|
source /etc/profile
|
|
rm ./Public/www/javascript/gxg.js
|
|
#minify ../gxg-web-client/gxg.js > ./Public/www/javascript/gxg.js
|
|
#minify ../gxg-web-client/gxg.js > ./Public/www/javascript/gxg.js
|
|
more ../gxg-web-client/gxg.js | terser --compress --mangle --output ./Public/www/javascript/gxg.js
|