FIX: Modernize upgrade-header compilation (#156)

This was relying on Sprockets to compile an Ember template. Discourse core dropped support for that in 84bec1cbae. This commit moves the template under the ember-cli-managed directory and updates the file extension.
This commit is contained in:
David Taylor 2022-11-24 16:46:31 +00:00 committed by GitHub
parent 6e68b37e88
commit 9658f080e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -25,5 +25,3 @@ after_initialize do
mount ::DockerManager::Engine, at: "/"
end
end
register_asset "javascripts/upgrade-header.js.handlebars"