Skip to content

Commit ef23440

Browse files
committed
Merge branch 'dev' of https://github.com/pattern-lab/patternlab-node into dev
2 parents adc38cf + 0716cad commit ef23440

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public/fonts/*
88
public/js/*
99
public/images/*
1010
public/patterns/*
11-
config.ini
1211
latest-change.txt
1312
patternlab.json
1413
.sass-cache/*

builder/pattern_assembler.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@
148148
//find pattern lineage
149149
lineage_hunter.find_lineage(currentPattern, patternlab);
150150

151-
//look for a pseudo pattern by checking if there is a file containing same name, with ~ in it, ending in .json
152-
pseudopattern_hunter.find_pseudopatterns(currentPattern, patternlab);
153-
154151
//add to patternlab object so we can look these up later.
155152
addPattern(currentPattern, patternlab);
153+
154+
//look for a pseudo pattern by checking if there is a file containing same name, with ~ in it, ending in .json
155+
pseudopattern_hunter.find_pseudopatterns(currentPattern, patternlab);
156156
}
157157

158158
function getpatternbykey(key, patternlab){

source/Thumbs.db

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)