Add tutorial templates to the grunt compiled list
This commit is contained in:
parent
6392f32f0d
commit
977ef068df
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue