Closed petroleumjelliffe closed 10 years ago
I changed the css_dir
and images_dir
lines in the config.rb
file and it worked:
# Set this to the root of your project when deployed:
http_path = "/"
css_dir = "_source/assets/css"
sass_dir = "sass"
images_dir = "_source/assets/images"
the files weren't being copied to the _source
directory defined in the _config.yml
file
I keep getting this error when running
compass watch
from the project's directory