C# Library to Combine and Minify CSS and Javascript files

S

shapper

Hello,

Does anyone knows any C# Library to Combine and Minify CSS and
Javascript files?

I was able to find a few Rails and Java tools but no .NET tool.
This would be really useful for ASP.NET web applications.

Thanks,
Miguel
 
G

George

shapper said:
Hello,

Does anyone knows any C# Library to Combine and Minify CSS and
Javascript files?

I was able to find a few Rails and Java tools but no .NET tool.
This would be really useful for ASP.NET web applications.

Thanks,
Miguel


the one i am using for javascript is http://dean.edwards.name/packer/
it's an online tool
PS: down there you will see it's available as .NET ....


George
 
A

andrew lundgren

To combine JS you can use asp's ScriptManager <compositescripts> section.

To combine & minify CSS i've used StyleManager in the past - gstylemanager.com. it's really easy to integrate, worked well for me.

Best of luck.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top