-
-
Notifications
You must be signed in to change notification settings - Fork 3
Add a Files trait #3
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Some platforms require files to be put into-place (WordPress'
wp-includes/version.phpcomes to mind), so it'll be helpful to have a trait that will temporarily move old files aside and symlink in new alternatives.Potential usage:
Old files should never actually be deleted, so maybe they're moved aside with a
.bakextension (or similar).