Skip to content

Commit

Permalink
pushing experimental fix for a CLI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed Feb 3, 2017
1 parent caa49f6 commit 0bffcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lib/patternlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ console.log(
chalk.bold(']====\n')
);

var patternEngines = require('./pattern_engines');
var EventEmitter = require('events').EventEmitter;

function buildPatternData(dataFilesPath, fsDep) {
Expand Down Expand Up @@ -177,6 +176,7 @@ var patternlab_engine = function (config) {
lh = require('./lineage_hunter'),
ui = require('./ui_builder'),
sm = require('./starterkit_manager'),
patternEngines = require('./pattern_engines'),
Pattern = require('./object_factory').Pattern,
CompileState = require('./object_factory').CompileState,
patternlab = {};
Expand Down

2 comments on commit 0bffcf7

@raphaelokon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't fix the issue.

@bmuenzenmeyer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am going to revert this then until we come up with a better strategy.

Please sign in to comment.