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.
 
Joined
Feb 15, 2011
Messages
1
Reaction score
0
combine and minify CSS and JavaScript package

A very easy to use package is CombineAndMinify. Combines and minifies CSS and JS. You just add a dll and do some configuration in your web.config.

Google "combineandminify package" and you'll find it.
 

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

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,023
Latest member
websitedesig25

Latest Threads

Top