mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
DEV: Colocate core components with mobile templates
Core now has support for mobile-specific overrides of component templates, so we can now safely colocate the last batch of core components. Followup to 524cb5211b97fbe406321b40b5746c290535a8b0
This commit is contained in:
@ -48,7 +48,7 @@ RSpec.describe "Coding style" do
|
||||
|
||||
describe "non-colocated component templates" do
|
||||
{
|
||||
# "discourse" => "app/assets/javascripts/discourse/app/templates/components",
|
||||
"discourse" => "app/assets/javascripts/discourse/app/templates/components",
|
||||
"admin" => "app/assets/javascripts/admin/addon/templates/components",
|
||||
"chat/discourse" => "plugins/chat/assets/javascripts/discourse/templates/components",
|
||||
"chat/admin" => "plugins/chat/assets/javascripts/admin/templates/components",
|
||||
|
Reference in New Issue
Block a user