lib/hyperloop-config.rb in hyperloop-config-0.9.0 vs lib/hyperloop-config.rb in hyperloop-config-0.9.1

- old
+ new

@@ -8,13 +8,7 @@ require 'hyperloop/client_readers' require 'hyperloop/on_client' require 'hyperloop/rail_tie' if defined? Rails Hyperloop.require 'opal', gem: true Hyperloop.require 'hyperloop-config', gem: true - # class Sprockets::DirectiveProcessor - # def process_depend_on_config_directive(file) - # path = File.expand_path(file, "#{Rails.root}/config") - # resolve(path) - # end - # end Opal.append_path(File.expand_path('../', __FILE__).untaint) end