FIX: Remove register_asset call for .hbs file (#34)

Files in the `assets/javascripts` directory are automatically compiled, so this was introducing a duplicate. In the latest version of Discourse this also triggers a build error
This commit is contained in:
David Taylor 2022-11-24 18:52:21 +00:00 committed by GitHub
parent 354bb1d1cc
commit 830ea225df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,5 +57,4 @@ after_initialize do
end end
end end
register_asset "javascripts/discourse/templates/connectors/user-custom-preferences/signature-preferences.hbs"
register_asset "stylesheets/common/signatures.scss" register_asset "stylesheets/common/signatures.scss"