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' } },