Tech Debt: build logging is incorrect because the chdir behavior throws off src paths #22
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bss/incorporeal-cms#22
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?
Take for instance
The "copying file" lines should all have a path prefixed with
static/
, likestatic/img/favicon.png
, but I think the chdir into directories is confusing things. The chdir also makes some of the testing harder than it needs to be, so I should rethink this behavior.