-
Notifications
You must be signed in to change notification settings - Fork 18
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
Add support for module/theme/layout subfolders #72
Comments
Other than the issue with drush, are the custom folders working alright wit the rest of backdrop? |
Yep, absolutely! |
@BWPanda thanks for reporting. hmm ... backdrop-drush is supposed to check for a That being said I'm going to mark this as a bug as it should allow you to do this. |
PR: #87 @BWPanda There were at least a couple of factors going on here. I never got the error:
Are you on a multisite? Backdrop drush does not know how to handle multisites yet (#37) I tried to replicate your problem with an earlier version of devel and that was failing because that version of devel did not have a The PR fails more gracefully in that situation now:
There was also an issue that some modules prefaces there sem version string with a backrop compatibility string like Backdrop drush does check for the directories Can you report back if your issue is because of multisite? If so we'll handle that in #37 (which I definitely need help with (I'm not a multisite user myself)) or if you can replicate in a single site report your steps. Thanks for reporting! Every report helps move things along a little more. ~Geoff |
Nope, not a multisite. It's an existing site I have running, so not sure about steps to reproduce... I'll just tell you what I have setup: Backdrop: 1.5.2 I also noticed that I can
Hope that helps. Let me know if you need any further info. |
...if the above was a copy-paste, then there is also a typo in "installed" (missing |
Ahh; thanks @BWPanda that makes sense drush is currently only checking for either I'll have to think about how to support arbitrary sub directories. @klonos thanks; fixed typo. |
Also...
|
@jenlampton Sorry, I have a bash alias |
Normal drush (i.e. Drupal) doesn't mind if you organise you modules into subfolders. E.g.:
Whereas Backdrop's drush doesn't like custom subfolders (I keep getting
WARNING: There is no project devel intalled on your backdrop site.
messages when trying to update them)...I'd like to request allowing any subfolder structure under modules/, themes/ and layouts/.
PR: #87
The text was updated successfully, but these errors were encountered: