File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ var patternlab_engine = function (config) {
435
435
436
436
437
437
//render all patterns last, so lineageR works
438
- patternsToBuild . forEach ( pattern => renderSinglePattern ( pattern , head ) ) ;
438
+ patternsToBuild . forEach ( pattern => renderSinglePattern ( pattern , head ) ) ;
439
439
// Saves the pattern graph when all files have been compiled
440
440
PatternGraph . storeToFile ( patternlab ) ;
441
441
PatternGraph . exportToDot ( patternlab , "dependencyGraph.dot" ) ;
@@ -533,6 +533,7 @@ var patternlab_engine = function (config) {
533
533
patternlab . events . emit ( 'patternlab-pattern-write-end' , patternlab , pattern ) ;
534
534
// Allows serializing the compile state
535
535
patternlab . graph . node ( pattern ) . compileState = pattern . compileState = CompileState . CLEAN ;
536
+ plutils . log . info ( "Built pattern: " + pattern . patternPartial ) ;
536
537
return true ;
537
538
}
538
539
You can’t perform that action at this time.
0 commit comments