I have started a new ionic project. However, I plan on using Trigger.io to package and deploy the app. Trigger wants the source code in a ‘src’ directory. Ionic wants the source in a ‘www’ directory.
To get this project initialized I…
- ionic start MyProject
- cd MyProject
- forge create
- moved www from ionic start command to src created by Forge
But it seems every ionic command is looking for a www. Is there a way to configure ionic so it looks for the ‘src’ directory instead?