Closed zw963 closed 6 years ago
Thanks, I'll update it ASAP, also I need to release 0.7 version :)
I've just updated router
dependencies. Can you check if it fine?
It worked now, thank you.
╰─ $ bundle list |grep inesita
* inesita (0.7.0 23cc72e)
* inesita-livereload (0.1.0)
* inesita-router (0.2.0 2c983db)
Hi, because inesita 0.7 remove slim from dep, I have to change my app/index.html.slim
to app/index/html.erb
to make tutorial example work.
You need to add sass and slim to gemfiles, and change config.ru
take a loog at templates: https://github.com/inesita-rb/inesita/blob/master/lib/inesita/cli/template/config.ru.tt
Following is my example Gemfile
When run
bundle install
, got following error message: