* Minor work on themes + FSE

This commit is contained in:
Bryan Ashby 2015-10-06 15:22:49 -06:00
parent 0436dc2c3a
commit 73952a2c37
9 changed files with 88 additions and 48 deletions

View file

@ -296,6 +296,7 @@ function applyThemeCustomization(options) {
}
if(themeConfig.mci) {
console.log('>>>>>>>>>>>>>>>>>>>>>>> ' + options.name)
Object.keys(themeConfig.mci).forEach(function mciEntry(mci) {
_.defaults(options.mci[mci], themeConfig.mci[mci]);
});