1
當我試圖用指南針進行思考時,出現這個錯誤。Compass Sprites in Rails 3.2
Template::Error (can't convert Array into String
(in /Volumes/Terra-Nova/jwaldrip/Sites/resipsa/app/assets/stylesheets/home.css.scss)):
這裏是我的SCSS文件中我的代碼:
@import "icon/*.png";
@include all-icon-sprites;
我的圖片在 「應用程序/資產/圖像/圖標/」
我在做什麼錯在這裏?
您的'.png'文件是否存在? [看起來像某人在不存在的文件中遇到了類似的錯誤](https://groups.google.com/group/compass-users/browse_thread/thread/8539c9c72e562921)。如果它們確實存在,我會檢查chunky_png和/或oily_png是否正確安裝。 [它們被用來生成精靈](http://compass-style.org/help/tutorials/spriting/) – maxbeatty