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