Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rails and foundation: File to import not found or unreadable: util/util

I'm using rails, this is the full error. Any help is appreciated.

File to import not found or unreadable: util/util.
Load path: /Users/[user_name]/...
on line 42 of app/assets/stylesheets/_settings.scss
from line 3 of ./app/assets/stylesheets/foundation_and_overrides.scss

37: @include foundation-slider;
....
like image 285
KM617 Avatar asked Jan 06 '23 19:01

KM617


1 Answers

You only have to restart the server (in the terminal : ctrl + c to quite the server and than run 'rails s') For me, it resolved the problem

like image 103
user3719779 Avatar answered Feb 13 '23 21:02

user3719779