1
0
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:
Dave Olsen 2014-01-13 20:42:09 -05:00
parent a16fc25b01
commit e492f95fb0
2 changed files with 2 additions and 4 deletions

View File

@ -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";

View File

@ -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"