Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
新しい rails appgem 'sass-rails'のグループにデフォルトで含まれているの目的は何ですか?:assets
gem 'sass-rails'
:assets
その行をコメントアウトして.css.scssも、問題なくファイルを使用できます。
.css.scss
sass/scss ファイルに必要です。ブラウザーのキャッシュをクリアし、(Rails.cache.clearコンソールで) rails のキャッシュをクリアし、行をコメントアウトし、gem (すべてのバージョン) をアンインストールしてから、サーバーを再起動します。次のエラーが表示されます。
Rails.cache.clear
no such file to load -- sass
sass-rails gem の行のコメントを外し、gem を再インストールしてサーバーを再起動し、再び機能するようにします。