Web サイト プロジェクトで SASS ライブラリ Compass を使用した後、ブラウザ コンソールは次のような 404 エラーのログを記録し始めます
GET http://localhost:63342/Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_animation.scss 404 (Not Found) index.html:44
GET http://localhost:63342/Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/_support.scss 404 (Not Found) index.html:44
GET http://localhost:63342/Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_transition.scss 404 (Not Found) index.html:44
GET http://localhost:63342/Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_border-radius.scss 404 (Not Found) index.html:44
GET http://localhost:63342/Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_box-shadow.scss 404 (Not Found)
どうしたの?どうすればそれらを排除できますか?