尝试在heroku上运行我的应用程序时遇到此错误。
Running: rake assets:precompile
I, [2014-10-22T07:17:25.188024 #1769] INFO -- : Writing /tmp/build_4ece09d11c2d4c179d14902c8b9779df/public/assets/application-1b2d12a92131e3a2c48555d54cda55f3.js
Warning. Error encountered while saving cache 5be2542a53a8c1772a5fdfc23bc1e1f4af55b170/custom.css.scssc: can't dump anonymous class #<Class:0x007f309e4ea5e0>
Warning. Error encountered while saving cache 62fc6d960148791fef39ec24624f8ec503a8bfd5/_bootstrap-sprockets.scssc: can't dump anonymous class #<Class:0x007f309e4ea5e0>
Warning. Error encountered while saving cache 62fc6d960148791fef39ec24624f8ec503a8bfd5/_bootstrap.scssc: can't dump anonymous class #<Class:0x007f309e4ea5e0>
.....
我知道还有其他类似的问题,但是他们的答案来自过去,我的Sass版本与他们不同。不确定是否已经解决了当前这个问题。
答案 0 :(得分:0)
可能的原因可能是缺少sass或sass-rails gem。 看看这个,解决了类似的问题。 sass error in rails app on heroku: can't dump anonymous class