diff --git a/runtime/dependencies.js b/runtime/dependencies.js index 7819745f1..98a4c4c5c 100644 --- a/runtime/dependencies.js +++ b/runtime/dependencies.js @@ -11,7 +11,7 @@ function getDeps(template) { return []; } - if(template.deps) { + if(false && template.deps) { return template.deps; }