From 977ef068df8f636e3aaeba2cb5f83675cfdfd9a8 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Fri, 5 Jun 2015 14:18:45 -0400 Subject: [PATCH] Add tutorial templates to the grunt compiled list --- grunt/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt/Gruntfile.js b/grunt/Gruntfile.js index 15edb3c26..8b83f4813 100644 --- a/grunt/Gruntfile.js +++ b/grunt/Gruntfile.js @@ -66,7 +66,7 @@ module.exports = function(grunt) { }, quay: { src: ['../static/partials/*.html', '../static/directives/*.html', '../static/directives/*.html' - , '../static/directives/config/*.html'], + , '../static/directives/config/*.html', '../static/tutorial/*.html'], dest: '../static/dist/template-cache.js' } },