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

prod.js #7174

Closed
JTrotta opened this issue May 5, 2024 · 1 comment
Closed

prod.js #7174

JTrotta opened this issue May 5, 2024 · 1 comment

Comments

@JTrotta
Copy link

JTrotta commented May 5, 2024

nopCommerce version: 4.70

Steps to reproduce the problem:
add libraries compressed using namie xxx.prod.js

Should be filtered like min.js:

            if (key.EndsWith(".min.js", StringComparison.InvariantCultureIgnoreCase))
            {
                content[key] = context.Content[key];
                continue;
            }
@exileDev
Copy link
Contributor

exileDev commented May 16, 2024

This is a very specific case. We've decided to leave it for customization. Closed #7174

@exileDev exileDev closed this as not planned Won't fix, can't repro, duplicate, stale May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants