remove even more asset support
This commit is contained in:
parent
ceace852b0
commit
285aa54445
|
@ -27,8 +27,7 @@ module Jekyll
|
||||||
private
|
private
|
||||||
|
|
||||||
def path_for(folder)
|
def path_for(folder)
|
||||||
folder = "_#{folder}" unless folder == :assets
|
path = Jekyll.sanitized_path root, "_#{folder}"
|
||||||
path = Jekyll.sanitized_path root, folder.to_s
|
|
||||||
path if Dir.exists?(path)
|
path if Dir.exists?(path)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue