コンパスでSASSを使用してイメージスピリットを作成しようとしています。ただし、backbone.js も使用しているため、URL は次のようになります。http://localhost/social/#/dashboard
したがって、使用する@include arrow-sprite($name);
と、次のようなURLが表示されます。http://localhost/social/#/images/sidebar_buttons/arrow-sa2b2afd371.png
このエラーが表示されるクロムインスペクターは次のとおりです。Resource interpreted as Image but transferred with MIME type text/html
URL から「#」を削除すると、画像は正常に読み込まれます。私の config.rb は次のようになります。
http_path = "/social/"
project_path = "C:/wamp/social"
css_dir = "styles/css"
sass_dir = "styles/sass"
images_dir = "images"
javascripts_dir = "js"