mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 21:25:24 +08:00
DEV: Make wizard an ember addon (#17027)
Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
@ -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/
|
||||
|
Reference in New Issue
Block a user