DEV: Compile markdown-it-bundle with ember-cli (#18104)

We were already compiling the markdown bundle via ember-cli, but that version was only being used in the test environment. This commit improves the implementation, and updates the filename so it's also used in production.

This commit also
- Removes the vendored copy of `markdown-it.js` and fetches from node_modules instead
- Updates `pretty_text.rb` to remove the custom sprockets-manifest-parsing
- Removes `pretty-text-bundle.js`, which was only being used by `pretty_text.rb`
This commit is contained in:
David Taylor
2022-08-29 19:11:59 +01:00
committed by GitHub
parent 4116bce902
commit 1bd1664ae0
14 changed files with 54 additions and 8561 deletions

View File

@ -89,8 +89,6 @@ def dependencies
}, {
source: '@highlightjs/cdn-assets/.',
destination: 'highlightjs'
}, {
source: 'markdown-it/dist/markdown-it.js'
}, {
source: 'moment/moment.js'
}, {