nopSolutions / nopCommerce

ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.
https://www.nopcommerce.com
Other
9.09k stars 5.2k forks source link

prod.js #7174

Closed JTrotta closed 2 months ago

JTrotta commented 2 months ago

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 commented 2 months ago

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