there is no need for that much $

This commit is contained in:
Régis Hanol 2014-01-06 14:02:42 +01:00
parent 8d73b7f94d
commit 9a3ce5f54f
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ class Plugin::Instance
DiscoursePluginRegistry.javascripts << asset DiscoursePluginRegistry.javascripts << asset
elsif asset =~ /\.css$|\.scss$/ elsif asset =~ /\.css$|\.scss$/
DiscoursePluginRegistry.stylesheets << asset DiscoursePluginRegistry.stylesheets << asset
elsif asset =~ /\.js\.handlebars$$/ elsif asset =~ /\.js\.handlebars$/
DiscoursePluginRegistry.handlebars << asset DiscoursePluginRegistry.handlebars << asset
end end
end end