문제

When I'm trying to compile my project that include only @import "normalize" from compass-normalize gem it tells me thie error

Compass was unable to compile one or more files in the project:     
LoadError on line 161 of /Applications/CodeKit.app/Contents/Resources/engines/compass/bin/../lib/compass/configuration/data.rb: no such file to load -- compass-normalize
    Run with --trace to see the full backtrace

okey. So I have reinstalled all gems but it still doesn't work. What is more when I'm doing compass watch in command-line it works! And actually it compiles... what's wrong with codekit than?

도움이 되었습니까?

해결책

Are you sure you have that specific gem? If not, you could try:

sudo gem install compass-normalize
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top