<fkchang>
meh`: so what's going on, u seem a bit sparse. I'm going to be working with opal again and I imagine I'll want to address bindings in lissio at some point
<fkchang>
oh, and no gem for opal-browser?
<fkchang>
take that back, it installs, but not in gem list --remote opal
e_dub has quit [Quit: It's a hard knock life]
DrShoggoth has quit [Quit: Leaving]
dimaursu16 has quit [Ping timeout: 260 seconds]
fkchang has quit [Ping timeout: 255 seconds]
e_dub has joined #opal
DrShoggoth has joined #opal
fkchang has joined #opal
<fkchang>
meh`: trying to use lissio w/rails but the lissio directive doesn't work, need to require something?
ryanstout has quit [Quit: ryanstout]
ryanstout has joined #opal
ryanstout has quit [Remote host closed the connection]
ryanstout has joined #opal
<meh`>
fkchang, opal-browser isn't on rubygems yet because I still don't see it as ready
<meh`>
fkchang, and what do you mean by lissio directive?
DrShoggoth has quit [Quit: Leaving]
<fkchang>
lissio app template has erb with lissio 'app', I've since read the code and see it's just including the app/assets/#{app}.js
e_dub has quit [Quit: ZZZzzz…]
<fkchang>
meh`: seems like the lissio gem when included with rails is overriding the sprockets behavior
<meh`>
fkchang, that's weird
<meh`>
I'm not changing anything in the Sprockets namespace IIRC
<fkchang>
maybe not, I've been removing gems and I thought the only one I left out was lissio, but there's more
<fkchang>
meh`: passed the sprockets thing, now I have an error to try and track "ArgumentError: cannot instantiate a non derived Node object", I'm finding src maps somewhat handy
<fkchang>
meh`: looks like it's here "$document = $window.document" - wasn't there some sort of jquery/opal-browser conflict?
<fkchang>
I'm wrong, break point fired off earlier than the error
<fkchang>
meh`: looks like it's in the instantiation of Lissio::Application