Skip to content

Instantly share code, notes, and snippets.

View hamishrouse's full-sized avatar

Hamish hamishrouse

  • Auckland, New Zealand
View GitHub Profile
@domjtalbot
domjtalbot / Webpack.cs
Created January 19, 2017 13:06
Webpack build integrated with C# MVC.net - Useful for access to Webpack build hash for generating asset urls
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Web;
using System.Web.Script.Serialization;
namespace Test.Models