Merge pull request #96 from coreos-inc/cachebustfix

Add tutorial templates to the grunt compiled list
This commit is contained in:
Jimmy Zelinskie 2015-06-05 14:20:45 -04:00
commit c2f80a07a9

View file

@ -66,7 +66,7 @@ module.exports = function(grunt) {
}, },
quay: { quay: {
src: ['../static/partials/*.html', '../static/directives/*.html', '../static/directives/*.html' 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' dest: '../static/dist/template-cache.js'
} }
}, },