import_file and import_path APIs. Addresses #1632
This commit is contained in:
parent
16b997498b
commit
e47b0ae29a
104 changed files with 19326 additions and 8 deletions
|
@ -502,8 +502,8 @@ module Middleman
|
|||
|
||||
all_extensions.uniq!
|
||||
|
||||
app.sitemap.resources.select { |r|
|
||||
local_extensions = collect_extensions(r.file_descriptor[:relative_path].to_s)
|
||||
app.sitemap.resources.select(&:file_descriptor).select { |r|
|
||||
local_extensions = collect_extensions(r.file_descriptor[:full_path].to_s)
|
||||
|
||||
if (local_extensions & sass_type_aliasing).length > 0
|
||||
local_extensions |= sass_type_aliasing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue