mirror of
https://github.com/mistergibson/gxg-web-client.git
synced 2026-08-15 03:26:00 -07:00
5 lines
159 B
Bash
Executable file
5 lines
159 B
Bash
Executable file
#!/bin/bash
|
|
source /etc/profile
|
|
rm ./gxg.js
|
|
opal -I ./gxg -I ./gxg/deps -I ./gxg/standard --compile gxg_web.rb > gxg.js
|
|
# minify ./gxg.js > ../src/main/gxg.js
|