Skip to content

Instantly share code, notes, and snippets.

View rdumont's full-sized avatar

Rodrigo Dumont rdumont

View GitHub Profile
@rdumont
rdumont / Index.cshtml
Created November 15, 2011 16:16
Using SquishIt pre-1.8.1 with ASP.NET MVC
@using MvcApplication1.Extensions
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>@ViewBag.Title</title>
@Html.BundleCss().Add(
"~/Content/Site.css"
).MvcRender("~/Content/styles_#.css")