We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bf273 commit a76eb93Copy full SHA for a76eb93
lib/jekyll/plugin_manager.rb
@@ -36,7 +36,8 @@ def require_gems
36
#
37
# Returns false only if no dependencies have been specified, otherwise nothing.
38
def require_theme_deps
39
- runtime_dependencies = site.theme_list.map(&:runtime_dependencies).flatten
+ runtime_dependencies = site.theme_list.map(&:runtime_dependencies)
40
+ runtime_dependencies.flatten!
41
return false if runtime_dependencies.empty?
42
43
theme_names = site.theme_list.map(&:name)
0 commit comments