moved component templates to separate files in order to support HTML syntax highlighting in certain editors
This commit is contained in:
parent
00b1f0e3cc
commit
39c18eb216
8 changed files with 93 additions and 159 deletions
|
@ -70,8 +70,9 @@ module.exports = function(grunt) {
|
|||
}
|
||||
},
|
||||
quay: {
|
||||
src: ['../static/partials/*.html', '../static/directives/*.html', '../static/directives/*.html'
|
||||
, '../static/directives/config/*.html', '../static/tutorial/*.html'],
|
||||
src: ['../static/partials/*.html', '../static/directives/*.html', '../static/directives/*.html',
|
||||
'../static/directives/config/*.html', '../static/tutorial/*.html',
|
||||
'../static/js/directives/ui/**/*.html'],
|
||||
dest: '../static/dist/template-cache.js'
|
||||
}
|
||||
},
|
||||
|
|
Reference in a new issue