Fix ionic build directory path #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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/wwwand update.gitignoreaccordingly.Actually going to leave this for now just out of pure laziness. The pipelines are already configured to do it this way.