mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Revert "Merge branch 'master' of https://github.com/discourse/discourse"
This reverts commite62a85cf6f, reversing changes made to2660c2e21d.
This commit is contained in:
@@ -27,10 +27,6 @@ require_relative '../lib/discourse_plugin_registry'
|
||||
|
||||
require_relative '../lib/plugin_gem'
|
||||
|
||||
if ENV['RAILS_FAILOVER']
|
||||
require 'rails_failover'
|
||||
end
|
||||
|
||||
# Global config
|
||||
require_relative '../app/models/global_setting'
|
||||
GlobalSetting.configure!
|
||||
@@ -254,7 +250,7 @@ module Discourse
|
||||
# Our templates shouldn't start with 'discourse/app/templates'
|
||||
config.handlebars.templates_root = {
|
||||
'discourse/app/templates' => '',
|
||||
'select-kit/addon/templates' => 'select-kit/templates/'
|
||||
'select-kit/app/templates' => 'select-kit/templates/'
|
||||
}
|
||||
|
||||
config.handlebars.raw_template_namespace = "__DISCOURSE_RAW_TEMPLATES"
|
||||
|
||||
Reference in New Issue
Block a user