trullock / NUglify

NUglify is a HTML, JavaScript and CSS minification Library for .NET (fork of AjaxMin + new features)
Other
396 stars 79 forks source link

How do I use the NUglify.Tasks.dll #387

Closed oneilsoftware-phutton closed 8 months ago

oneilsoftware-phutton commented 8 months ago

We are currently using AjaxMin to minify and combine CSS files but it doesn't support some new CSS features that we want to use so we need to use something else. We are calling AjaxMin using MSBuild by referencing AjaxMin.Tasks.dll. This AjaxMin.Tasks.dll was included in the AjaxMin NuGet package but NUglify.Tasks.dll is not included in it's NuGet package. I see that it exists in the source code though.

If I want to use NUglify to minify CSS files using MSBuild, do I have to build NUglify myself to get NUglify.Tasks.dll?

trullock commented 8 months ago

I haven't used NUglify.Tasks since taking over this project.

Yes you'll need to build it yourself, although theres no reason it cant go into a published nuget. PRs welcome