Skip to content

Commit da064bf

Browse files
committed
add clarifying notes for #487
1 parent 2fd4ca8 commit da064bf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

core/lib/pattern_exporter.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ var fs = require('fs-extra');
55
var pattern_exporter = function () {
66

77
/**
8-
* Exports pattern to a location
8+
* Exports all pattern's final HTML as defined in patternlab-config.json to desired location.
9+
* Originally created to help facilitate easier consumption by jekyll.
10+
* This method is off spec with PL PHP and will change or be augmented some day.
911
*
10-
* @param patternlab {object} patternlab reference
12+
* @param patternlab {object} patternlab reference
1113
*/
1214
function exportPatterns(patternlab) {
1315
//read the config export options

0 commit comments

Comments
 (0)