diff --git a/lib/compass/configuration.rb b/lib/compass/configuration.rb index ae4f5b95..9a39a7de 100644 --- a/lib/compass/configuration.rb +++ b/lib/compass/configuration.rb @@ -259,7 +259,7 @@ module Compass load_paths = [] load_paths << sass_path if sass_path Compass::Frameworks::ALL.each do |framework| - load_paths << framework.stylesheets_directory + load_paths << framework.stylesheets_directory if File.exists?(framework.stylesheets_directory) end load_paths += resolve_additional_import_paths load_paths