Sha256: 32278877de16e608c50e034a9e4ecadae84dd40ec639036f3c3767c56cb7c902

Contents?: true

Size: 240 Bytes

Versions: 7

Compression:

Stored size: 240 Bytes

Contents

#!/bin/sh
bundle install
bundle exec opal -c -q opal-browser -p native -p promise -p browser/setup/full -e '#' -E > opal-browser.js
bundle exec opal -Oc -s opal -s native -s promise -s browser/setup/full app/application.rb > application.js

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
opal-browser-0.3.5 examples/integrations/static-bash/build.sh
opal-browser-0.3.4 examples/integrations/static-bash/build.sh
atome-opal-browser-0.3.9.5 examples/integrations/static-bash/build.sh
opal-browser-0.3.3 examples/integrations/static-bash/build.sh
opal-browser-0.3.2 examples/integrations/static-bash/build.sh
opal-browser-0.3.1 examples/integrations/static-bash/build.sh
opal-browser-0.3.0 examples/integrations/static-bash/build.sh