Deleting _build folder Phoenix app

Hi all, Is there a scenario where deleting the _build folder in a phoenix app and afterward rebuilding could affect the app negatively?

1 Like

No, unless:

  • There is bug in compiler
  • You have done something that makes build non-idempotent
3 Likes