mirror of
https://github.com/mistergibson/gxg-web-client.git
synced 2026-08-15 03:26:00 -07:00
7 lines
376 B
Bash
Executable file
7 lines
376 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
|
|
#opal -I ./gxg -I ./gxg/deps -I ./gxg/standard --compile gxg_web.rb > gxg.js
|
|
# minify ./gxg.js > ../src/main/gxg.js
|
|
JRUBY_OPTS=-J-Xss8192k OPAL_PREFORK_DISABLE=1 opal -I ./opal-stdlib -I ./gxg -I ./gxg/deps -I ./gxg/standard --compile gxg_web.rb > gxg.js
|