mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
switching to terser for opal testing
This commit is contained in:
parent
5449154af7
commit
1d88872578
2 changed files with 4 additions and 942 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source /etc/profile
|
source /etc/profile
|
||||||
rm ./Public/www/javascript/gxg.js
|
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
|
||||||
|
#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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue