[Solved] How does one use the WebGreaseTask MSBuild Task from WebGrease?


Looking in the source code there is a class https://webgrease.codeplex.com/SourceControl/latest#WebGrease/WebGrease.Build/WebGreaseTask.cs which looks like the thing you need, but after decompiling my local WebGrease nuget package, I don’t see this class or WebGrease.Build assembly there at all. As the error points out it can’t find a class that implements ITask and this class exactly implements it.

2

solved How does one use the WebGreaseTask MSBuild Task from WebGrease?