tools.deploy.shaker: prune library manifest
parent
08a20f9478
commit
b208c30fd3
|
@ -507,7 +507,7 @@ 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 "LIBRARIES:" prefix append
|
||||
deploy-libraries get [ libraries get path>> ] map prune "LIBRARIES:" prefix append
|
||||
swap utf8 set-file-lines ;
|
||||
|
||||
: prepare-deploy-libraries ( -- )
|
||||
|
|
Loading…
Reference in New Issue