discourse/db
David Taylor f4b70c746d
DEV: Extract theme script tags into their own JS files (#33647)
Previously, all script tags in a theme field would be combined into a
single `.js` bundle along with the `text/discourse-plugin` modules. This
led to some unexpected run order, and also makes it hard to implement
the `type=module` change being developed in #33103.

This commit refactors things so that each raw script gets extracted into
its own `.js` bundle, which is then placed in exactly the same place in
the HTML.
2025-07-16 17:17:36 +01:00
..
fixtures DEV: enable Foundation and stop Default (#33610) 2025-07-15 11:16:11 +08:00
migrate DEV: Extract theme script tags into their own JS files (#33647) 2025-07-16 17:17:36 +01:00
post_migrate DEV: Add a Gravatar enable/disable toggle (#33533) 2025-07-10 15:09:32 +08:00
api_test_seeds.rb