inesita-rb / inesita

Frontend web application framework in Ruby using Opal.
https://inesita.fazibear.me/
MIT License
259 stars 15 forks source link

insista and opal sprocket #41

Closed jeezs closed 6 years ago

jeezs commented 6 years ago

I have a crash when launching Inesista server, when using the latest version of opal-sprocket (0.4.2.0.11.0.3.1)

add the following file to the gem file solve the problem: gem 'opal-sprockets', '0.4.1.0.11.0.3.1'

Maybe you could force this version in Inesita dependencies

fazibear commented 6 years ago

opal-sprockets version should be chosen automatically based on sprockets and opal versions.

It can't be locked.

Maybe try bundle exec inesita server

fazibear commented 6 years ago

Got it now, there is a problem. Will try to fix this asap.

fazibear commented 6 years ago

It should work now, just bundle update everything.

jeezs commented 6 years ago

Thanks for being so reactive. Cheers