Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Alternatives to Cassette?

Andrew Davey created a very nice library to allow on the fly minification and concatenation of js/css files to ASP.NET MVC projects. However, I'm using WebForms with .NET 3.5 and I'm thinking about modifying it to fit my project. Before I do that, I would like to know if any of you guys know any alternatives that might fit WebForms with .NET 3.5 projects.

Thanks!

like image 617
tucaz Avatar asked Aug 11 '11 12:08

tucaz


1 Answers

Here are some similar projects:

  • http://shinkansen.codeplex.com/
  • http://mbcompression.codeplex.com/
  • http://clientdependency.codeplex.com/

At least the first two should work with .NET 3.5

Edit - Even more similar projects:

  • http://mscd.codeplex.com/
  • http://chirpy.codeplex.com/
  • https://github.com/jetheredge/SquishIt

Scott Guthrie's post about the new bundling and minification support which was published with the MVC4 beta release may also be of interest.

like image 97
marapet Avatar answered Sep 21 '22 01:09

marapet