Commit 029808e
1 parent a93e967 commit 029808e
File tree
11 files changed
+13
-9
lines changed- lib
- opal
- opal-jquery
- opal
11 files changed
+13
-9
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
+13-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 |
| |
4 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + |
This file was deleted.
2 commit comments
adambeynon commentedon Dec 7, 2014
@elia @meh What do you think? Had a thought this morning about merging the
lib/
andopal/
directories. In most opal gems,lib/
is just going to be empty for bootstrapping theopal/
directory. This makes use of the compiler directiveif RUBY_ENGINE == "opal"
so any irrelevant code just doesn't get compiled into the output. Also, it doesn't break anything in MRI, as the require statements are masked by the if block.elia commentedon Dec 7, 2014
Looks good to me, also wondering if we should just skip opal when searching deps in use_gem. Of course doing that for opal itself would require some more pondering.