Merge pull request #169 from jdrouet/lodash-breaking-change

Fix lodash 4.0.0 breaking changes
This commit is contained in:
Simon Ho 2016-01-18 13:28:28 -08:00
commit 2e3b37a4f8
1 changed files with 1 additions and 1 deletions

View File

@ -713,7 +713,7 @@ function buildAllMixinInstructions(appRootDir, mixinDirs, mixinSources, options,
// Fetch unique list of mixin names, used in models
var modelMixins = fetchMixinNamesUsedInModelInstructions(modelInstructions);
modelMixins = _.unique(modelMixins);
modelMixins = _.uniq(modelMixins);
// Filter-in only mixins, that are used in models
instructionsFromMixinSources = filterMixinInstructionsUsingWhitelist(