From 9a52c4948183338b4b5e320c7e38b6d28a8989c8 Mon Sep 17 00:00:00 2001 From: Ruslan Tatyshev Date: Sun, 18 May 2014 23:54:43 +0600 Subject: [PATCH] .cshtml strategy for asp.net mvc applications --- lib/extract.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/extract.js b/lib/extract.js index 68adbec..795376e 100644 --- a/lib/extract.js +++ b/lib/extract.js @@ -56,6 +56,7 @@ var Extractor = (function () { php: 'html', phtml: 'html', tml: 'html', + cshtml: 'html', js: 'js' }, postProcess: function (po) {}