Skip to content

Instantly share code, notes, and snippets.

@chochinlu
Last active August 29, 2015 14:01
Show Gist options
  • Save chochinlu/fa809248b7d946ee74c1 to your computer and use it in GitHub Desktop.
Save chochinlu/fa809248b7d946ee74c1 to your computer and use it in GitHub Desktop.
middleman config.rb --> to support foundation 5
...
compass_config do |config|
config.output_style = :compressed
config.add_import_path "../bower_components/foundation/scss"
config.http_path = "/"
config.css_dir = "stylesheets"
config.sass_dir = "stylesheets"
config.images_dir = "images"
config.javascripts_dir = "javascripts"
config.relative_assets = true
config.line_comments = false
end
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment