Skip to content
Brian Spencer edited this page Mar 15, 2017 · 5 revisions

The builds folder is where the Levure packager puts your application distribution builds. Read the packager documentation to learn more about what goes into the builds folder.

You can customize the name and location of the build folder in app.yml. By default the name of the build folder is builds and the location is in your project folder alongside your app folder.

  • 📂 your_project_folder
    • 📁 app
    • 📁 builds
    • 📂 levure
      • 📁 packager

Clone this wiki locally