0

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?

1 Answer 1

1

I'm using Chirpy. It's compile time, but works flawlessly.

As author says: "Chirpy has Godlike abilities". :)

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for that, I'd prefer runtime handling so as to have the option to control it by the debug setting in the web.config. Also I don't like the way a config file is required to combine the files - it seems more natural to do that within the includes on the page.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.