Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-debug version loaded for certain static resources when debug mode is enabled #16406

Merged
merged 7 commits into from
Jul 7, 2024

Conversation

mdameer
Copy link
Contributor

@mdameer mdameer commented Jul 6, 2024

Fix #16401

This fix addresses an issue where ResourceManagementOptions were not inherited by dependent resources. As a result, dependencies were always loaded in their minified versions without versioning. The following images illustrate the changes:

Before:

image

After:

image

mdameer and others added 2 commits July 7, 2024 17:24
Co-authored-by: Hisham Bin Ateya <hishamco_2007@yahoo.com>
@mdameer mdameer requested a review from hishamco July 7, 2024 14:26
@hishamco
Copy link
Member

hishamco commented Jul 7, 2024

@Piedone do you have anything else to add or shall I merge this one

Copy link
Member

@Piedone Piedone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The non-debug versions of certain static resources aren't loaded when Resource Debug Mode is set to Enabled
3 participants