From 106f35aaf78f3789ca6635ec873d263fe107be37 Mon Sep 17 00:00:00 2001 From: Nicklas Gummesson Date: Fri, 22 Jan 2016 16:13:10 +0100 Subject: [PATCH] Add transform for templates MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To enable `var template = require(‘path/foobar-template.tpl’)` --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9003dab2eb..b2d5d440f0 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,7 @@ "gulp-iconfont-css": "0.0.9", "gulp-install": "0.2.0", "gulp-sketch": "0.0.7", + "jstify": "0.13.0", "load-grunt-tasks": "3.2.0", "moment": "2.10.6", "open": "0.0.5", @@ -64,7 +65,8 @@ }, "browserify": { "transform": [ - "browserify-shim" + "browserify-shim", + "jstify" ] }, "browserify-shim": {