Skip to content

Instantly share code, notes, and snippets.

@bangpound
Created January 3, 2017 03:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bangpound/445b835be9bf98a454a89aa9520594fa to your computer and use it in GitHub Desktop.
Save bangpound/445b835be9bf98a454a89aa9520594fa to your computer and use it in GitHub Desktop.
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