DCSIMG
Compress CSS - Rotem Bloom's Blog

Rotem Bloom's Blog

Share knowledge on .NET and web development

News

About Me

Glad to help and share knowledge on .NET and also huge fan of Dream Theater.

Contact me via messenger

View Rotem Bloom's profile on LinkedIn

Dream Theater Pics

Blogs I Read

Browse by Tags

All Tags » Compress CSS (RSS)
ASP.NET MVC Razor CSS and Javascript Compress and Manager
Hi, If you are ASP.NET MVC Razor developer and you are looking for a nice solution to Combine, Compress and Manage your CSS and JavaScript files, Well SquishIt can fit your needs. Razor Code Sample: @ MvcHtmlString . Create ( SquishIt . Framework . Bundle . Css () . Add ( "~/media/css/reset.css" ) . Add ( "~/media/css/style.less" ) . Add ( "~/media/css/handheld.css" ) . Render ( "~/media/css/combined_#.css" )) @ MvcHtmlString . Create ( SquishIt . Framework...
Compress and Consolidation of JavaScript and CSS files for .NET
Hi, There is cool open source project in codeplex called: Javascript and CSS Consolidation for ASP.NET that give infrastructure for compress and consolidation JS and CSS files for ASP.NET application. Project Description A library for ASP.NET that provides an easy way to consolidate external javascript and css files. The primary goals for this project are: * Make the development environment mirror production as much as possible (e.g. files should be consolidated in all environments including the...