Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d0370a5

Browse files
committed
better path matching for windows
1 parent a36971e commit d0370a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/lib/PatternLab/Builder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public function __construct($config = array()) {
7777
}
7878

7979
// set-up the source & public dirs
80-
$this->sp = "/../../../source/_patterns/";
81-
$this->pp = "/../../../public/patterns/";
80+
$this->sp = "/../../../source/_patterns".DIRECTORY_SEPARATOR;
81+
$this->pp = "/../../../public/patterns".DIRECTORY_SEPARATOR;
8282
$this->sd = __DIR__."/../../../source";
8383
$this->pd = __DIR__."/../../../public";
8484

0 commit comments

Comments
 (0)