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 5c64647 commit d1776e9Copy full SHA for d1776e9
core/lib/patternlab.js
@@ -623,8 +623,8 @@ const patternlab_engine = function (config) {
623
}
624
625
626
- //render all patterns last, so lineageR works
627
- patternsToBuild.forEach(pattern => renderSinglePattern(pattern, head));
+ //render all patterns last, so lineageR works
+ patternsToBuild.forEach(pattern => renderSinglePattern(pattern, head));
628
629
// Saves the pattern graph when all files have been compiled
630
PatternGraph.storeToFile(patternlab);
core/lib/utilities.js
@@ -1,7 +1,5 @@
1
"use strict";
2
3
-const fs = require('fs-extra');
4
-const path = require('path');
5
const chalk = require('chalk');
6
const EventEmitter = require('events').EventEmitter;
7
0 commit comments