Skip to content

Commit 4844c57

Browse files
committed
fix(app): use correct config when file present
1 parent 5e3596f commit 4844c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var BangularGenerator = yeoman.generators.Base.extend({
3535
default: true
3636
}], function (props) {
3737
self.skipConfig = props.skipConfig;
38+
self.filters = self.config.get('filters');
3839
done();
3940
});
4041
}

0 commit comments

Comments
 (0)