oomis opened this issue 6 years ago · 1 comments
i followed the instruction in the documentation and unto running my server i received Sass::SyntaxError in Lines::Articles#index
Sass::SyntaxError in Lines::Articles#index
i guess the sass file is not being recognised but i don't know how to fix it
You need to remove *=require tree . from your application.css file and require all css files individually. Then add the line @import "lines/application"; to application.css
*=require tree .
@import "lines/application";