Reputation: 887
I'm looking for recommendations for a library or framework to handle runtime combination/compression of css and js files in asp.net and MVC in particular.
The two leading contenders seem to be Shinkansen and Client Dependency. Though CSS Agent (CSS only) has some nice features like CSS constants.
I'm less interested in the compression side of things as I'm dubious of the benefits for our relatively low traffic sites but I like the idea of combining all the files into a single request and automating the caching & dependencies.
It seems strange that these libaries/frameworks don't seem to be more popular - am I missing something?
Upvotes: 0
Views: 766
Reputation: 47587
I'm using Chirpy. It's compile time, but works flawlessly.
As author says: "Chirpy has Godlike abilities". :)
Upvotes: 1