jetheredge / SquishIt

Lets you *easily* bundle some css and javascript! Check out the Google group if you have questions!
http://groups.google.com/group/squishit
MIT License
459 stars 119 forks source link

Status of YUICompressor .NET dependency #300

Closed kipusoep closed 9 years ago

kipusoep commented 9 years ago

So at the moment the latest stable release of YUICompressor .NET is version 2.7.0. Will SquishIt support this newer version soon?

AlexCuse commented 9 years ago

I have not reviewed to see if there are any breaking changes but it should be easy enough if there aren't (though I would recommend just updating your YUI dependency on your own if that were the case).

If there are breaking changes I'll have to take a look at what the new version brings to the table to see if its worth making the change before v1.0.

AlexCuse commented 9 years ago

If you use this package it should allow you to update to 2.7.0 https://www.nuget.org/packages/SquishIt.Mvc/0.9.7-beta1

As a note for myself, 2.0, 2.3 and 2.7 all seem to work at this time. I know I've had issues with at least one version in the 2's but for now its open to anything > 2.0

kipusoep commented 9 years ago

Thanks! :+1: