mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
there is no need for that much $
This commit is contained in:
parent
8d73b7f94d
commit
9a3ce5f54f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue