From 7a59888fcb0237ae5be0ae4122b62d4fa7fd613c Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 12 Sep 2009 08:28:38 -0700 Subject: [PATCH] Don't require an extension to provide a stylesheets directory. --- lib/compass/configuration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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