Skip to content

fix ace editor modules to include asset digest in production

username-removed-636429 requested to merge fix-ace-editor-modules into master

What does this MR do?

Fix an oversight in MR !8831 (merged) which didn't include the digest portion of the filename in production mode.

Are there points in the code the reviewer needs to double check?

To test, just open up a file in Ace editor and ensure that the syntax highlighting works correctly and no 404 error is generated in the console.

Why was this MR needed?

ACE syntax highlighting was broken in production.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports