Fix ionic build directory path #7

Closed
opened 2020-10-05 21:41:43 +00:00 by garrettmills · 1 comment
Owner

Right now, the path is determined by dirname(UtilityService.root()) which was recently modified, so this resolves to the folder above the root of the application.

Modify this to resolve to app/www and update .gitignore accordingly.

Right now, the path is determined by `dirname(UtilityService.root())` which was recently modified, so this resolves to the folder _above_ the root of the application. Modify this to resolve to `app/www` and update `.gitignore` accordingly.
garrettmills added the
Bug
Infrastructure
labels 2020-10-05 21:41:43 +00:00
garrettmills self-assigned this 2020-10-06 01:32:58 +00:00
Author
Owner

Actually going to leave this for now just out of pure laziness. The pipelines are already configured to do it this way.

Actually going to leave this for now just out of pure laziness. The pipelines are already configured to do it this way.
garrettmills added the
Won't Fix
label 2020-10-06 01:34:15 +00:00
Sign in to join this conversation.
No description provided.