问题
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?
回答1:
Are you sure you have that specific gem? If not, you could try:
sudo gem install compass-normalize
来源:https://stackoverflow.com/questions/19333888/sass-with-normalize-and-codekit