Fix ionic build directory path #7
Labels
No Label
Bug
Deployed to: Production
Deployed to: Staging
Feature Request
Infrastructure
Out-there Idea
Ready to Deploy
Scope: APIs
Scope: Authentication
Scope: Databases
Scope: Exports
Scope: Plugins
Under Development
Won't Fix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Noded/backend#7
Loading…
Reference in New Issue
Block a user
No description provided.
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/www
and update.gitignore
accordingly.Actually going to leave this for now just out of pure laziness. The pipelines are already configured to do it this way.