We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1fa6f commit e96be35Copy full SHA for e96be35
src/ComposerScripts.php
@@ -60,6 +60,10 @@ public static function postDrupalScaffold() {
60
chdir('..');
61
// Symlink the top-level vendor folder into the Drupal core git repo.
62
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
67
// Symlink the contrib profiles folder into the Drupal core git repo.
68
static::makeSymlink('../../../web/profiles/contrib', 'repos/drupal/profiles/contrib');
69
0 commit comments