기초가 설치되어 있고 app.scss 파일을 편집하고 저장할 때 "app.css"및 "config.rb"파일이 만들어집니다. 내 프로젝트의 sass 폴더에. 나는 그 "app.css"파일을 열 때 나는이구문 오류 : 가져올 파일을 찾을 수 없거나 읽을 수 없음 : foundation/common/ratios
Syntax error: File to import not found or unreadable: foundation/common/ratios.
를 가져온 다음 그 아래에 나는이 얻을 :
File to import not found or unreadable: foundation/common/ratios.
Load paths:
/Applications/MAMP/htdocs/WebApp02/sass
/Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/blueprint/stylesheets
/Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets
Compass::SpriteImporter
on line 1 of /Applications/MAMP/htdocs/WebApp02/sass/_settings.scss
from line 2 of /Applications/MAMP/htdocs/WebApp02/sass/app.scss
다음 내 보석에 대한 경로의 무리.
아무도 그 이유를 설명 할 수 있는지 궁금해서 생각하기 전에 내 sass 폴더에 app.css 및 config.rb 파일을 생성하지 않았습니다. 나침반은 여전히 "스타일 시트"폴더의 app.css를 준수하지만 향후 오류가 발생하지 않도록이 문제를 해결하고 싶습니다.
config.rb 파일은시나 내 프로젝트에서이
require 'zurb-foundation'
Require any additional compass plugins here.
Set this to the root of your project when deployed:
http_path = "/"
css_dir = "stylesheets"
sass_dir = "sass"
images_dir = "images"
javascripts_dir = "javascripts"
You can select your preferred output style here (can be overridden via the command line):
output_style = :expanded or :nested or :compact or :compressed
To enable relative paths to assets via compass helper functions. Uncomment:
relative_assets = true
config.rb의 모양은 무엇입니까? – cimmanon
원래의 질문 –