inesita-rb / inesita

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

The dependency on slim ~> 3.0 prevents from installing Haml 5 #27

Closed elia closed 7 years ago

elia commented 7 years ago

That's due to different requirements on the temple gem. What I'd like most is to drop the dependency on slim altogether, maybe separating the infrastructure from the core.

cc @masterkain

fazibear commented 7 years ago

Hi, In #28 made some changes to remove dependencies from the core. Moved all slim configuration to config.ru. Slim templates work fine, now trying to run haml.

elia commented 7 years ago

@fazibear looks great

elia commented 7 years ago

fixed by #28