これは何日も私を悩ませてきました.1週間前から、おそらく30回目のHerokuを起動しましたが、突然このエラーが発生しました.
私はSassを使用しません!! 私のgemfileにも他の場所にもありません!それはlocalhostで完全に機能し、オンラインで見つけたすべての回答が機能しません!
これは私のapplication.cssです
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require_self
*= require_tree .
*/
なぜherokuがこの迷惑なエラーを私に与えているのか、誰にも分かりますか
PS: ご参考までに、heroku アプリを作成するときにスタック cedar を使用したので、そうではありません
ありがとうございました