tools.deploy.shaker typos
parent
2f17248094
commit
b64f694e7e
|
@ -507,11 +507,11 @@ SYMBOL: deploy-vocab
|
|||
: write-vocab-manifest ( vocab-manifest-out -- )
|
||||
"Writing vocabulary manifest to " write dup print flush
|
||||
vocabs "VOCABS:" prefix
|
||||
deploy-libraries get [ libraries get path>> ] map prune "LIBRARIES:" prefix append
|
||||
deploy-libraries get [ libraries get at path>> ] map prune "LIBRARIES:" prefix append
|
||||
swap utf8 set-file-lines ;
|
||||
|
||||
: prepare-deploy-libraries ( -- )
|
||||
"Preparing deployed libraries" print flush
|
||||
"Preparing deployed libraries" show
|
||||
deploy-libraries get [
|
||||
libraries get [
|
||||
[ path>> >deployed-library-path ] [ abi>> ] bi <library>
|
||||
|
|
Loading…
Reference in New Issue