-
-
Notifications
You must be signed in to change notification settings - Fork 377
support directories for data files more robustly #396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@fowlie, can you check if this patch causes any test failures at your end?
|
@ashmaroli, yes, running
|
@fowlie Thank you for testing. Sorry I couldn't isolate the cause of failures at your end, but as a consolation, I was able to pick the bug addressed in this PR because I tested in a different environment than my usual dev env. So, thanks once again. 😃 |
@ashmaroli No problem, happy to help 😄 |
I think we should handle this in PathHelper module which contains all path related logic. A few conditional statements would do the trick, I guess. |
…data-dir-patch
True but since the module is both |
DISCLAIMER: since its been so long, I don't quite remember what my PRs were about.. 😆 |
Yeah, sorry for that 😬 I could barely find time for several months. But from now on, I believe I can spare more time to Jekyll Admin. It's about time for major changes 🎉 |
Excited to see what you'll be bringing to the table.. 😃 |
Came across a bug that prevented me from accessing
/#{API}/data
via GIT BASH.This refactors the implementation for directory support for data files