-1
처음으로 Compass를 사용하는 사용자가 내 sass 컴파일러를 작동시키는 데 문제가 있습니다. 나는 온라인 튜토리얼을 따라이 오류 받고 있어요 :Ruby/Compass Sass 구문 오류
오류를
syntaxError on line ["24"] of C: C:/Users/Casey/Sites/devdesktop/bootstrap-subtheme/themes/less_subtheme/config.rb:1:
syntax error, unexpected tIDENTIFIER, expecting end-of-input
..."/themes/less_subtheme" css_dir = "css" sass_dir = "assets/s...
내가 만들어 복사 한 코드를 재 작성했습니다
ruby http_path = "/themes/less_subtheme" css_dir = "css" sass_dir = "assets/sass" images_dir = "assets/images" javascripts_dir = "js" fonts_dir = "bootstrap/fonts/bootstrap" generated_images_dir = "img" http_images_path = http_path + "/" + generated_images_dir http_generated_images_path = http_images_path output_style = (environment == :production) ? :compressed : :expanded
config.rb 파일 틀림없이 재미 있은 따옴표 나 공백이 복사되었고 여전히 같은 오류가 발생합니다.
효과가 있습니다. 고맙습니다! – Casey