Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Rename "..png" to "period.png" for the sake of various tools out there that can't cope with a file named "..png" #88

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

BenWoodford
Copy link

It's likely this will need to do some file_exists() checking as it'll break various themes, but tools such as Laravel's artisan vendor:publish command can't deal with "..png" and instead treat it as going up one directory if not two.

It's not an ideal situation, but with so many problems that can happen using a naming format like this it seems like a sensible move to change it. I doubt ".period" is going to show up as an extension any time soon.

Ben Woodford and others added 2 commits March 27, 2015 19:00
…an application (Laravel's vendor:publish for instance), "period.png" seems like a better choice.
@BenWoodford
Copy link
Author

Ah, whoops. It seems I accidentally included my own hacks for Laravel Admin in this, I'll revert that in my dot-fix branch.

@enumag
Copy link

enumag commented Jun 6, 2015

Better fix: #97

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants