sylque / discpage

A Discourse plugin to create static pages and attach discussions to headings
MIT License
30 stars 5 forks source link

Don't register_asset handlebar template #34

Closed ImJustToNy closed 1 year ago

ImJustToNy commented 1 year ago

Upon installing the new discourse version, I got this error: "[discpage] Handlebars templates can no longer be included via register_asset.". To fix it, I've removed register_asset from plugin.rb, because according to discourse, "Any hbs files under assets/javascripts will be automatically compiled and included.". Discourse works for me with no issue.

sylque commented 1 year ago

Thanks @ImJustToNy.