Question

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?

Was it helpful?

Solution

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

sudo gem install compass-normalize
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top