Skip to content

Commit e96be35

Browse files
committed
Fix libraries folder not working
1 parent 5a1fa6f commit e96be35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ComposerScripts.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ public static function postDrupalScaffold() {
6060
chdir('..');
6161
// Symlink the top-level vendor folder into the Drupal core git repo.
6262
static::makeSymlink('../../vendor', 'repos/drupal/vendor');
63+
64+
// Symlink the libraries folder into the Drupal core git repo.
65+
static::makeSymlink('../../web/libraries', 'repos/drupal/libraries');
66+
6367
// Symlink the contrib profiles folder into the Drupal core git repo.
6468
static::makeSymlink('../../../web/profiles/contrib', 'repos/drupal/profiles/contrib');
6569

0 commit comments

Comments
 (0)