前提・実現したいこと
Railsでcloneしたプロジェクトを
ローカルで動かしたい。
materializeが適用されなくて困ってます。
発生している問題・エラーメッセージ
Sass::SyntaxError in Users#account_status
Showing /home/hogeOS/hoge/app/views/users/account_status.html.slim where line #2 raised:
File to import not found or unreadable: materialize/components/color.
Load paths:
/home/hogeOS/hoge/app/assets/config
/home/hogeOS/hoge/app/assets/images
・
・
・
/home/hogeOS/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/turbolinks-source-5.2.0/lib/assets/javascripts
/home/hogeOS/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/materialize-sass-1.0.0/assets/stylesheets
/home/hogeOS/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/materialize-sass-1.0.0/assets/javascripts
該当のソースコード
☆app\views\users\account_status.html.slim
.follower-up = image_tag "lim.png", {size: "104x88", style: "float: left"} div[style="font-size: 24px; margin-top: 32px"] = @account - unless @login div[style="text-align: center"] div[style="font-size: 28px; margin-top: 32px; margin-bottom: 32px;"] | 管理ページログイン ・ ・ ・
☆app\assets\stylesheets\affiliaters.scss
// Place all the styles related to the Affiliaters controller here. // They will automatically be included in application.css. // You can use Sass (SCSS) here: http://sass-lang.com/ @import "materialize/components/color"; $primary-color: color("blue", "lighten-2") !default; @import 'materialize'; .select_box input.select-dropdown{ font-size: 20px !important; margin-top: 10px; } body { background: image-url('background.png') no-repeat 0 0; background-size: auto 10000px; } ・ ・ ・
gemfileにはgem 'materialize-sass'
の記述がありbundle installも上手くいったのででインストールはされていると思います。
試したこと
CUIでファイルの有無、パーミッションを確認しましたが
問題ありませんでした。
補足情報(FW/ツールのバージョンなど)
バージョン
Rails 5.2.3
materialize-sass 1.0.0
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。