File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
compass-style.org/content
core/lib/compass/configuration Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ The Documentation for the [latest preview release](http://beta.compass-style.org
16
16
17
17
Every release contains updated caniuse data unless otherwise noted.
18
18
19
+ 1.0.2 (UNRELEASED)
20
+ ------------------
21
+
22
+ * Handle change in Sass 3.4.2 that requires importer paths to exist.
23
+
19
24
1.0.1 (08/19/2014)
20
25
------------------
21
26
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def to_sass_engine_options
79
79
80
80
def sass_load_paths
81
81
load_paths = [ ]
82
- load_paths << sass_path if sass_path
82
+ load_paths << sass_path if sass_path && File . directory? ( sass_path )
83
83
Compass ::Frameworks ::ALL . each do |f |
84
84
load_paths << f . stylesheets_directory if File . directory? ( f . stylesheets_directory )
85
85
end
You can’t perform that action at this time.
0 commit comments