Sha256: b0308a5ef3257163b9aa7ec2a5566e8538315341da648eb67398b1e67f4bdd01
Contents?: true
Size: 500 Bytes
Versions: 2
Compression:
Stored size: 500 Bytes
Contents
if RUBY_ENGINE == 'opal' require 'hyperloop/client_stubs' require 'hyperloop/on_client' else require 'opal' require 'hyperloop/config_settings' require 'hyperloop/imports' require 'hyperloop/client_readers' require 'hyperloop/on_client' require 'hyperloop/rail_tie' if defined? Rails Hyperloop.import 'opal', gem: true Hyperloop.import 'browser', client_only: true Hyperloop.import 'hyperloop-config', gem: true Opal.append_path(File.expand_path('../', __FILE__).untaint) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hyperloop-config-0.9.4 | lib/hyperloop-config.rb |
hyperloop-config-0.9.3 | lib/hyperloop-config.rb |