This commit is contained in:
Kate Hudson 2014-11-20 13:28:20 -05:00
Родитель d1b8206086
Коммит 4d57a0c26d
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -34,7 +34,6 @@ module.exports = function () {
if (expose.indexOf(key) > -1) all[key] = habitat.get(key);
});
var string = 'module.exports = ' + JSON.stringify(all) + ';';
return file('index.js', string)
.pipe(gulp.dest('./config'));