Skip to content

Instantly share code, notes, and snippets.

View pjlammertyn's full-sized avatar

Lammertyn Pieter-Jan pjlammertyn

View GitHub Profile
@pjlammertyn
pjlammertyn / HandlebarsBundleTransform.cs
Created July 31, 2012 07:11 — forked from kylefritz/HandlebarsBundleTransform.cs
Compile Ember Handlebars Templates in .net mvc (2 options: first using postbuild, second using a bundle transform)
using System.IO;
using System.Text;
using System.Web;
using System.Web.Optimization;
using Jurassic;
namespace Fewt.Web
{
public class EmberHandlebarsBundleTransform : IBundleTransform
{