Skip to content

Instantly share code, notes, and snippets.

@jacbar
Created September 23, 2012 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacbar/14d5e288b98c2027de0d to your computer and use it in GitHub Desktop.
Save jacbar/14d5e288b98c2027de0d to your computer and use it in GitHub Desktop.
var coffeeBundle = new System.Web.Optimization.Bundle("~/bundles/coffee")
.IncludeDirectory("~/Scripts/", "*.coffee");
coffeeBundle.Transforms.Add(new CoffeeScriptCompiler());
bundles.Add(coffeeBundle);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment