dont cache deps for hot reloading - need better logic here

This commit is contained in:
Michael Rawlings 2016-12-08 12:06:23 -08:00
parent 77030da7fc
commit 6d35b61aeb

View File

@ -11,7 +11,7 @@ function getDeps(template) {
return [];
}
if(template.deps) {
if(false && template.deps) {
return template.deps;
}