Skip to content

Resolve "Dropzone css is failing to load on rspec, dev and staging 11.4.0 RC"

What does this MR do?

This MR forces sprockets to inline the dropzone css instead of linking to it. Since !17831 (merged) the dropzone CSS is now referenced from within node_modules rather than a ruby gem. Unexpectedly, sprockets was copying the @import statement verbatim rather than copying its contents as expected. This appears to be circumvented by merely removing the file extension on the imported stylesheet.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Closes #52103 (closed)

Edited by Mike Greiling

Merge request reports