We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0b930e commit 26b20faCopy full SHA for 26b20fa
src/Plugin/PatternBase.php
@@ -79,7 +79,7 @@ public function getLibraryDefinitions() {
79
80
// Attach pattern base path to assets.
81
if (!empty($definition['base path'])) {
82
- $base_path = str_replace($this->root, '', $definition['base path']);
+ $base_path = str_replace($this->root . DIRECTORY_SEPARATOR, '', $definition['base path']);
83
$this->processLibraries($items, $base_path);
84
}
85
0 commit comments