mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
there is no need for that much $
This commit is contained in:
@@ -157,7 +157,7 @@ class Plugin::Instance
|
||||
DiscoursePluginRegistry.javascripts << asset
|
||||
elsif asset =~ /\.css$|\.scss$/
|
||||
DiscoursePluginRegistry.stylesheets << asset
|
||||
elsif asset =~ /\.js\.handlebars$$/
|
||||
elsif asset =~ /\.js\.handlebars$/
|
||||
DiscoursePluginRegistry.handlebars << asset
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user