mirror of
https://github.com/pattern-lab/patternlab-php.git
synced 2025-01-17 14:18:30 +01:00
moving the dir configs from the config into PL proper
This commit is contained in:
parent
a16fc25b01
commit
e492f95fb0
@ -98,6 +98,8 @@ class Builder {
|
||||
}
|
||||
|
||||
// set-up the source & public dirs
|
||||
$this->sp = "/../../../source/_patterns/";
|
||||
$this->pp = "/../../../public/patterns/";
|
||||
$this->sd = __DIR__."/../../../source";
|
||||
$this->pd = __DIR__."/../../../public";
|
||||
|
||||
|
@ -5,10 +5,6 @@
|
||||
|
||||
v = "0.6.2"
|
||||
|
||||
// both the source and the public location of the patterns
|
||||
sp = "/../../../source/_patterns/";
|
||||
pp = "/../../../public/patterns/";
|
||||
|
||||
// file extensions to ignore when building or watching the source dir, separate with a comma
|
||||
ie = "scss,DS_Store,less"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user