You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is a public example of a MacGap 2 app, we should try to use best-practices wherever we can.
This immediately raises the question of directory structures. What is best-practice for the structure of code in a MG2 app?
Ideas:
clone MG2 repo into this one, and clone the documentation repo as a submodule into the public folder where we will also put any app-specific HTML/CSS/JS
— feels messy
— bad for anyone with write permission to the public MG2 or documentation repos as app code could accidentally get pushed into them
both the MG2 repo and the documentation repo cloned as submodules into this app repo
what does the folder structure look like for this?
where does the app code go (i.e. the public folder) — do we put it beside the MG2 repo and symlink? Change the path MG2 looks for /public?
Since this is a public example of a MacGap 2 app, we should try to use best-practices wherever we can.
This immediately raises the question of directory structures. What is best-practice for the structure of code in a MG2 app?
Ideas:
— feels messy
— bad for anyone with write permission to the public MG2 or documentation repos as app code could accidentally get pushed into them
@rawcreative, @perifer — interested in your opinions here.
The text was updated successfully, but these errors were encountered: