mirror of
https://github.com/mistergibson/gxg-server.git
synced 2026-08-15 02:15:59 -07:00
4 lines
131 B
Bash
Executable file
4 lines
131 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
|