I Installed Foundation like this in the terminal:
[sudo] gem install zurb-foundation
Then I created a new Project like this:
cd path/to/where-you-want-your-project
compass create <project-name> -r zurb-foundation --using foundation
(Exactely like the Foundation docs)
Now because I'm lazy I don't want to hit compass watch path/to/project
everytime I switch between projects.
When I set LiveReload to Compile my sass Files the following Error appears:
[31m[0m[31m error[0m sass/app.scss (Line 5: File to import not found or unreadable: foundation. Load paths: /Volumes/HDD/htdocs/static_sites/static_ruegg/sass /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/blueprint/stylesheets /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/compass/frameworks/compass/stylesheets /Applications/LiveReload.app/Contents/Resources/SASS.lrplugin/lib/ZURB-foundation/stylesheets Compass::SpriteImporter) [31m[0m
I don't understand this. What do I have to change in order to Work with LiveRealod?
Thanks for any help