Hey guys,
YUICompressor.NET.MSBuild doesn't work directly "out of the box" when installing version 3.0.0. The folder packages\YUICompressor.NET.MSBuild.3.0.0\lib\net452 only contains the "Yahoo.Yui.Compressor.MsBuild.dll" file, which means that it is missing some dependencies. This can be fixed by copying the following files:
packages\EcmaScript.NET.2.0.0\lib\net45\EcmaScript.NET.dll
packages\YUICompressor.NET.3.0.0\lib\net452Yahoo.Yui.Compressor.dll
... to the folder YUICompressor.NET.MSBuild.3.0.0\lib\net452, so that all 3 files reside in the same folder.
Unless there is some obvious setting (unknown to me) that provides a better fix, it would be great if you could fix the issue.
Thank you in advance.
Hey guys,
YUICompressor.NET.MSBuild doesn't work directly "out of the box" when installing version 3.0.0. The folder
packages\YUICompressor.NET.MSBuild.3.0.0\lib\net452only contains the "Yahoo.Yui.Compressor.MsBuild.dll" file, which means that it is missing some dependencies. This can be fixed by copying the following files:packages\EcmaScript.NET.2.0.0\lib\net45\EcmaScript.NET.dllpackages\YUICompressor.NET.3.0.0\lib\net452Yahoo.Yui.Compressor.dll... to the folder
YUICompressor.NET.MSBuild.3.0.0\lib\net452, so that all 3 files reside in the same folder.Unless there is some obvious setting (unknown to me) that provides a better fix, it would be great if you could fix the issue.
Thank you in advance.