lib/hyperloop-config.rb in hyperloop-config-0.9.2 vs lib/hyperloop-config.rb in hyperloop-config-0.9.3
- old
+ new
@@ -7,8 +7,9 @@
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