Skip to content

Commit

Permalink
Add quick note to README about inlining requires from core.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Nov 3, 2013
1 parent 97dcd98 commit 7bb877e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -35,7 +35,9 @@ Visit the page in any browser and view the console:
## Things to fix

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

## License

Expand Down

0 comments on commit 7bb877e

Please sign in to comment.