zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
163 stars 127 forks source link

File to import not found or unreadable: bourbon. #73

Closed mcmegavolt closed 6 years ago

mcmegavolt commented 6 years ago

rails 5.1.4 activeadmin 1.2.0 active_admin-sortable_tree 1.0.0

Showing /home/ap/.rbenv/versions/2.4.2/lib/ruby/gems/2.4.0/gems/activeadmin-1.2.0/app/views/active_admin/resource/index.html.arb where line #2 raised:

File to import not found or unreadable: bourbon.
ActiveAdmin.register Page do
  sortable tree: true
  ...
  index as: :sortable do
    label :title
    actions
  end
zorab47 commented 6 years ago

Thanks for reporting I'm removing the dependency on bourbon in PR #70, which should resolve this issue. I'll keep this open until that PR is merged and released.

mcmegavolt commented 6 years ago

Thanks! I'm using active_admin-v1.1-support branch now and it works good!

zorab47 commented 6 years ago

Release v2.0.0, which is on rubygems, fixes this issue.