We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd4ca8 commit da064bfCopy full SHA for da064bf
core/lib/pattern_exporter.js
@@ -5,9 +5,11 @@ var fs = require('fs-extra');
5
var pattern_exporter = function () {
6
7
/**
8
- * Exports pattern to a location
+ * 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.
11
*
- * @param patternlab {object} patternlab reference
12
+ * @param patternlab {object} patternlab reference
13
*/
14
function exportPatterns(patternlab) {
15
//read the config export options
0 commit comments