Generates the Corex design bundle from Elixir theme config and shipped anatomy CSS.
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.