Allowing theme to be re-ordered like plugins.

This commit is contained in:
Julian Lam
2016-01-11 16:23:37 -05:00
parent ab4d4478e3
commit 96fe6d288f
4 changed files with 35 additions and 8 deletions

View File

@@ -96,8 +96,6 @@ var fs = require('fs'),
return next();
}
plugins.push(meta.config['theme:id']);
plugins = plugins.filter(function(plugin){
return plugin && typeof plugin === 'string';
}).map(function(plugin){