Mix.Project.consolidation_path
You're seeing just the function
consolidation_path
, go back to Mix.Project module for more information.
Specs
Returns the path where protocol consolidations are stored.
The returned path will be expanded.
Examples
Mix.Project.consolidation_path()
#=> "/path/to/project/_build/dev/lib/my_app/consolidated"
Inside umbrellas:
Mix.Project.consolidation_path()
#=> "/path/to/project/_build/dev/consolidated"