rememberlenny / Jekyll-Foundation-SASS

Jekyll and Foundation for rapid ideation
43 stars 5 forks source link

sass files don't compile #1

Closed petroleumjelliffe closed 10 years ago

petroleumjelliffe commented 11 years ago

I keep getting this error when running compass watch from the project's directory

error sass/app.scss (Line 226: 48em*px isn't a valid CSS value.)
petroleumjelliffe commented 11 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