Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 101f6ef

Browse files
committed
Load vendor in top level file
1 parent f0eb5f7 commit 101f6ef

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

config.ru

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ Bundler.require
44
require "opal-rspec"
55

66
Opal.append_path File.expand_path('../spec', __FILE__)
7-
Opal.append_path File.expand_path('../vendor', __FILE__)
87

98
run Opal::Server.new { |s|
109
s.main = 'opal/rspec/sprockets_runner'

lib/react.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
require "opal-activesupport"
1313

1414
Opal.append_path File.expand_path('../', __FILE__).untaint
15+
Opal.append_path File.expand_path('../../vendor', __FILE__).untaint
1516
end

0 commit comments

Comments
 (0)