Skip to content

Commit 7bb877e

Browse files
committedNov 3, 2013
Add quick note to README about inlining requires from core.rb
1 parent 97dcd98 commit 7bb877e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ Visit the page in any browser and view the console:
3535
## Things to fix
3636

3737
`opal/opal-rspec/fixes.rb` contains a few bug fixes that need to be merged upstream
38-
to opal itself.
38+
to opal itself. `app/rspec-builder.rb` is used to precompile rspec ready to be used
39+
in `opal-rspec`. All requires from `core.rb` have been inlined as opal cannot require
40+
dynamically at runtime.
3941

4042
## License
4143

0 commit comments

Comments
 (0)
Please sign in to comment.