You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project needs the latest BundlerMinifier in order to use the CSS option "decodeEscapes" that was added in July. The problem is that the BuildBundlerMinifier version included in NuGet does not yet have this option available, as the latest version there is 3.2.449. So until that NuGet package gets updated the only way to utilize the decodeEscapes option is to uninstall the NuGet package and manually update the CSS files using the VS extension.
Can you please update the BuildBundlerMinifier package in NuGet to the latest release of BundlerMinifier?
The text was updated successfully, but these errors were encountered:
I'm having the same problem. I tried to build the package from source but didn't manage to get the right version. Any insights about building from source? @madskristensen - are you alive? ;-)
Description
My project needs the latest BundlerMinifier in order to use the CSS option "decodeEscapes" that was added in July. The problem is that the BuildBundlerMinifier version included in NuGet does not yet have this option available, as the latest version there is 3.2.449. So until that NuGet package gets updated the only way to utilize the decodeEscapes option is to uninstall the NuGet package and manually update the CSS files using the VS extension.
Can you please update the BuildBundlerMinifier package in NuGet to the latest release of BundlerMinifier?
The text was updated successfully, but these errors were encountered: