recompile
Recompile the entire BEAM project to pick up multiple file changes and get errors/warnings. Use when you're unsure what changed or after editing several files.
Instructions
Recompile the entire project from within the running BEAM. Returns errors/warnings.
WHEN TO USE: After changing multiple files, or when you're not sure what changed. This is equivalent to mix compile. NOT FOR: Single file changes (use reload_module instead — much faster). Dependencies (use recompile_deps instead).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||