attempt to get compass 1 working

This commit is contained in:
Thomas Reynolds 2014-09-02 12:43:20 -07:00
parent 5a85d177c2
commit 313a2398d4

View file

@ -27,6 +27,7 @@ class Middleman::CoreExtensions::Compass < ::Middleman::Extension
compass_config.images_dir = app.config[:images_dir] compass_config.images_dir = app.config[:images_dir]
compass_config.http_path = app.config[:http_prefix] compass_config.http_path = app.config[:http_prefix]
compass_config.additional_import_paths = []
app.config[:sass_assets_paths].each do |path| app.config[:sass_assets_paths].each do |path|
compass_config.add_import_path path compass_config.add_import_path path
end end