2014-10-22 37 views
0

我得到這個錯誤,試圖在heroku上運行我的應用程序。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版本。不知道是否已經修復了這個當前問題。

回答