From be59a910d4d074d8e90c65e8c831faa32516b127 Mon Sep 17 00:00:00 2001 From: alecmerdler Date: Thu, 6 Apr 2017 16:11:27 -0700 Subject: [PATCH] update grunt-angular-templates version to fix HTML minification hanging in Grunt build --- grunt/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt/package.json b/grunt/package.json index 0ea53569b..95a69c285 100644 --- a/grunt/package.json +++ b/grunt/package.json @@ -5,7 +5,7 @@ "grunt": "~0.4.4", "grunt-contrib-concat": "~0.4.0", "grunt-contrib-cssmin": "~0.9.0", - "grunt-angular-templates": "~0.5.4", + "grunt-angular-templates": "~1.1.0", "grunt-contrib-uglify": "~0.4.0", "grunt-cachebuster": "~0.1.5" }