Does Ionic require the www folder?

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…

  1. ionic start MyProject
  2. cd MyProject
  3. forge create
  4. 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?

1 Like