dragonfly
dragonfly

Reputation: 17783

Bundling and Minification Solution for ASP .NET 3.5 Web Forms

Is there a out-of-the-box bundling (minification would be also nice but not required) solution that can be used with .NET Framework 3.5 & ASP .NET Web Forms 3.5 ? Or perhaps a robust project that does it? I saw a few solutions like inside System.Web.Optimization but it does not work with 3.5.

Upvotes: 0

Views: 1850

Answers (1)

Ranu Mandan
Ranu Mandan

Reputation: 286

Yes , there is a library named Cassette by 'Andrew Davey'

http://getcassette.net/

Older version of cassette works for asp.net 3.5 webforms

Checkout the v1 documentation - http://getcassette.net/documentation/v1/

Upvotes: 1

Related Questions