urbit/pkg/landscape/sur/observe-hook.hoon
2021-08-11 19:23:36 +03:00

17 lines
341 B
Plaintext

|%
+$ observer [app=term =path thread=term]
+$ action
$% :: %gall actions
::
[%watch =observer]
[%ignore =observer]
::
:: %clay actions
::
[%warm-cache-all ~]
[%cool-cache-all ~]
[%warm-static-conversion from=term to=term]
[%cool-static-conversion from=term to=term]
==
--