Tech Debt: build logging is incorrect because the chdir behavior throws off src paths #22
Loading…
x
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.