Open Bartmax opened 4 years ago
The pull request https://github.com/madskristensen/BundlerMinifier/pull/470 by @deinok updated the NUglify dependency to 1.5.3 in both BundlerMinifier.Core.csproj and BundlerMinifier.csproj
NUglify
1.5.3
BundlerMinifier.Core.csproj
BundlerMinifier.csproj
If you use the nightly .VSIX you end up with an error stating that it couldn't find the NUglify assembly described in https://github.com/madskristensen/BundlerMinifier/pull/470#issuecomment-589581923
.VSIX
I found out the error is because dependency wasn't updated in the BundlerMinifierVsix.csproj project. line 261
BundlerMinifierVsix.csproj
I can confirm updating the .dll fixes the error.
.dll
The pull request https://github.com/madskristensen/BundlerMinifier/pull/470 by @deinok updated the
NUglify
dependency to1.5.3
in bothBundlerMinifier.Core.csproj
andBundlerMinifier.csproj
If you use the nightly
.VSIX
you end up with an error stating that it couldn't find theNUglify
assembly described in https://github.com/madskristensen/BundlerMinifier/pull/470#issuecomment-589581923I found out the error is because dependency wasn't updated in the
BundlerMinifierVsix.csproj
project. line 261I can confirm updating the
.dll
fixes the error.