moved component templates to separate files in order to support HTML syntax highlighting in certain editors

This commit is contained in:
alecmerdler 2017-02-17 21:35:33 -08:00 committed by Joseph Schorr
parent 00b1f0e3cc
commit 39c18eb216
8 changed files with 93 additions and 159 deletions

View file

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