mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
dont cache deps for hot reloading - need better logic here
This commit is contained in:
parent
77030da7fc
commit
6d35b61aeb
@ -11,7 +11,7 @@ function getDeps(template) {
|
||||
return [];
|
||||
}
|
||||
|
||||
if(template.deps) {
|
||||
if(false && template.deps) {
|
||||
return template.deps;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user