mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 03:44:34 +03:00
fixed clay mut problem
This commit is contained in:
parent
8ebbee73cf
commit
5c90d76de4
@ -246,10 +246,11 @@
|
|||||||
?. ?=(?(%hymn %elem) file-type)
|
?. ?=(?(%hymn %elem) file-type)
|
||||||
?> ?=(?(%js %css) file-type)
|
?> ?=(?(%js %css) file-type)
|
||||||
=. s.out.bem [file-type s.out.bem]
|
=. s.out.bem [file-type s.out.bem]
|
||||||
|
=/ pax (en-beam:format out.bem)
|
||||||
|
?> ?=(@t file-contents)
|
||||||
|
=/ fol (foal:space:userlib pax [file-type !>(file-contents)])
|
||||||
:_ ~
|
:_ ~
|
||||||
:* ost.bol %info /write our.bol
|
[ost.bol %info /write our.bol fol]
|
||||||
(foal:space:userlib (en-beam:format out.bem) [file-type !>(file-contents)])
|
|
||||||
==
|
|
||||||
:: get all links from manx
|
:: get all links from manx
|
||||||
::
|
::
|
||||||
=/ file-contents=manx ((hard manx) q.q.p.gag)
|
=/ file-contents=manx ((hard manx) q.q.p.gag)
|
||||||
@ -273,10 +274,10 @@
|
|||||||
::
|
::
|
||||||
=. s.out.bem [%html s.out.bem]
|
=. s.out.bem [%html s.out.bem]
|
||||||
~& (flop s.out.bem)
|
~& (flop s.out.bem)
|
||||||
|
=/ pax (en-beam:format out.bem)
|
||||||
|
=/ fol (foal:space:userlib pax [%html !>((crip (en-xml:html file-contents)))])
|
||||||
:_ new-actions
|
:_ new-actions
|
||||||
:* ost.bol %info /write our.bol
|
[ost.bol %info /write our.bol fol]
|
||||||
(foal:space:userlib (en-beam:format out.bem) [%html !>((crip (en-xml:html file-contents)))])
|
|
||||||
==
|
|
||||||
--
|
--
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user