DEV: Use .hbr for raw template file extension (#8883)

This commit is contained in:
Mark VanLandingham
2020-02-11 13:38:12 -06:00
committed by GitHub
parent 78a0ca53bf
commit 3e89774908
35 changed files with 26 additions and 7 deletions

View File

@ -35,6 +35,7 @@ class DiscourseIIFE
return data if path =~ /\.shbrs/
return data if path =~ /\.hbrs/
return data if path =~ /\.hbs/
return data if path =~ /\.hbr/
return data if path =~ /discourse-loader/