Compiling CSS on OSX Lion in CodeKit - File to import not found or unreadable: compass -
having issue codekit compiling scss files. works via terminal compass compile
or compass watch
within codekit throws error:
syntax error: file import not found or unreadable: compass. load path: /
the line it's complaining is:
@import "compass";
i've installed compass standard way , put project codekit have no idea why it's dying here... i've had google around people complaining 'zurb-foundation' , issue commonly being didn't import in compass.rb file. here it's compass.
i've tried sudo gem update
nothing seems codekit compile properly.
i'm using zend framework , adding root directory codekit. seems had add public
folder work recognised project
compass project , worked sass in root directory.
Comments
Post a Comment