mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 21:12:56 +03:00
lib/pill: try to fix %bill (might still be broken)
This commit is contained in:
parent
4cb5cd0ba1
commit
e428101cfa
@ -1,6 +1,8 @@
|
|||||||
:: |pill: helper functions for making pills
|
:: |pill: helper functions for making pills
|
||||||
::
|
::
|
||||||
|
/- *bill
|
||||||
/$ weft-to-mime %kelvin %mime
|
/$ weft-to-mime %kelvin %mime
|
||||||
|
/$ bill-to-mime %bill %mime
|
||||||
^?
|
^?
|
||||||
|%
|
|%
|
||||||
::
|
::
|
||||||
@ -45,6 +47,7 @@
|
|||||||
/ted :: :spider strands
|
/ted :: :spider strands
|
||||||
/tests :: unit tests
|
/tests :: unit tests
|
||||||
/web :: %eyre web content
|
/web :: %eyre web content
|
||||||
|
/desk
|
||||||
==
|
==
|
||||||
|= bas=path
|
|= bas=path
|
||||||
^- unix-event
|
^- unix-event
|
||||||
@ -105,6 +108,10 @@
|
|||||||
=/ weft ,[lal=@tas num=@ud] :: TODO remove after merge
|
=/ weft ,[lal=@tas num=@ud] :: TODO remove after merge
|
||||||
=/ dat .^(weft %cx pax)
|
=/ dat .^(weft %cx pax)
|
||||||
q:(weft-to-mime dat)
|
q:(weft-to-mime dat)
|
||||||
|
::
|
||||||
|
[%bill *]
|
||||||
|
=/ dat .^(bill %cx pax)
|
||||||
|
q:(bill-to-mime dat)
|
||||||
::
|
::
|
||||||
[%woff2 *]
|
[%woff2 *]
|
||||||
=/ dat .^(octs %cx pax)
|
=/ dat .^(octs %cx pax)
|
||||||
|
Loading…
Reference in New Issue
Block a user