DEV: Make wizard an ember addon (#17027)

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Jarek Radosz
2022-06-17 14:50:21 +02:00
committed by GitHub
parent fddd6fd5e0
commit fcb4e5a1a1
111 changed files with 688 additions and 928 deletions

View File

@ -174,6 +174,7 @@ module Discourse
config.handlebars.templates_root = {
'discourse/app/templates' => '',
'admin/addon/templates' => 'admin/templates/',
'wizard/addon/templates' => 'wizard/templates/',
'select-kit/addon/templates' => 'select-kit/templates/'
}
@ -256,7 +257,6 @@ module Discourse
qunit.css
test_helper.css
discourse/tests/test-boot-rails.js
wizard/test/test_helper.js
}.include?(logical_path) ||
logical_path =~ /\/node_modules/ ||
logical_path =~ /\/dist/