Created
January 3, 2017 03:47
-
-
Save bangpound/445b835be9bf98a454a89aa9520594fa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/libraries.module b/libraries.module | |
index 4827525..d4ba4dc 100644 | |
--- a/libraries.module | |
+++ b/libraries.module | |
@@ -86,6 +86,7 @@ function libraries_get_libraries() { | |
// profile, installation profiles may want to place libraries into a | |
// 'libraries' directory. | |
$searchdir[] = "$profile/libraries"; | |
+ $searchdir[] = "$profile/bower_components"; | |
// Always search sites/all/libraries. | |
$searchdir[] = 'sites/all/libraries'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment