Add tutorial templates to the grunt compiled list

This commit is contained in:
Joseph Schorr 2015-06-05 14:18:45 -04:00
parent 6392f32f0d
commit 977ef068df

View file

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