mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
remove even more asset support
This commit is contained in:
@@ -27,8 +27,7 @@ module Jekyll
|
||||
private
|
||||
|
||||
def path_for(folder)
|
||||
folder = "_#{folder}" unless folder == :assets
|
||||
path = Jekyll.sanitized_path root, folder.to_s
|
||||
path = Jekyll.sanitized_path root, "_#{folder}"
|
||||
path if Dir.exists?(path)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user