mix lmml. pack
(Lmml v0.1.0)
View Source
Externalizes every inline embed in a bundle into a real zip entry (see
Lmml.Pack.pack/2), writing the result to a .lmmlz archive.
mix lmml.pack SOURCE [DEST]SOURCE may be a bare .lmml text file or an existing .lmmlz
archive (packing an archive is a safe, idempotent merge of its
existing entries with any inline embeds it still carries). DEST
defaults to SOURCE with its extension replaced by .lmmlz.