浏览代码

auto commit

master
jfinn 2 年前
父节点
当前提交
2597388876
共有 1 个文件被更改,包括 7 次插入5 次删除
  1. 7
    5
      wsps/tasks_loop.py

+ 7
- 5
wsps/tasks_loop.py 查看文件

140
 
140
 
141
 
141
 
142
 
142
 
143
-if not hot_reload_build:
144
-	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
145
 
143
 
146
 class globCL(GCLMixin):
144
 class globCL(GCLMixin):
147
 
145
 
422
 	glob_cl.rman.rld_files()
420
 	glob_cl.rman.rld_files()
423
 glob_cl =  globCL()
421
 glob_cl =  globCL()
424
 
422
 
425
-# if hot_reload_build:
426
-	# glob_cl.rman.rld_files()
427
-glob_cl.rman.rld_files()
423
+if hot_reload_build:
424
+	glob_cl.rman.rld_files()
425
+else:
426
+	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
427
+
428
+# if not hot_reload_build:
429
+# glob_cl.rman.rld_files()
428
 
430
 
429
 
431
 
430
 def atexit_fn():
432
 def atexit_fn():

正在加载...
取消
保存