Generates the Corex design bundle from Elixir theme config and shipped anatomy CSS.
This is a Phoenix asset step, not part of mix compile. Wire it into
assets.build and assets.deploy (before Tailwind). After changing
config :corex_design, re-run this task (or mix assets.build).
Options
--output— destination directory (default fromconfig :corex_designorassets/corex)--config— path to an Elixir config script whose keyword list is applied asconfig :corex_design
Security
--config is loaded with Code.eval_file/1. Only pass a trusted local path
(your own project config). Never evaluate untrusted or user-uploaded files.