Bug #2531
closedmellontheme submodule not pulling in its submodules
0%
Description
I have a submodule dependency in the theme that needs to get added/initialized recursively from my my theme. The way it's currently included as a commons submodule leaves my submodule directory empty.
see: http://stackoverflow.com/questions/1535524/git-submodule-inside-of-a-submodule
Right now my sites are not accessible because I have php requires on the submodule in my theme.
Updated by Boone Gorges over 11 years ago
- Status changed from New to Reporter Feedback
- Assignee set to Boone Gorges
- Target version set to Not tracked
Sorry about that, Keith. I've done a recursive update. Please check again.
Updated by Keith Miyake over 11 years ago
phew! thanks, boone. at least now i know that i need to fix the sanity checks in functions.php so that i don't lock myself out again!
Updated by Boone Gorges over 11 years ago
- Status changed from Reporter Feedback to Resolved
Yeah, some sort of failsafe check is probably a smart idea, especially if you're just using the external lib for secondary stuff (sanitization, saving settings, etc).
But this one's my fault :) You're our first guinea pig with the submodule setup. We just have to get the workflow down. Thanks for your patience.