cprodhomme/arctic_admin

File to import not found or unreadable: components/*.

Opened this issue · 0 comments

gem 'arctic_admin', '~> 3.0'

this line from _base.scss breaks the scss imports:
@import "components/*";

Error message:
Sass::SyntaxError at /admin/login
File to import not found or unreadable: components/*.

the issue is related to sassc (obsolete) being unable to load subfolders (this gem is installed by the font-awesome-sass dependency)

similar issues, but not the same:
#15
#49

WORKAROUND:
add sassc-rails to your Gemfile:
gem 'sassc-rails', '~> 2.1', '>= 2.1.1'