chore(): log flags for debugging circleCI

This commit is contained in:
Drew Rygh
2016-03-08 21:50:44 -06:00
parent 9b73422b7d
commit 21366fceb7

View File

@ -578,6 +578,7 @@ gulp.task('build.demos', function() {
var indexTemplateName = LOCAL_DEMOS ? 'index.template.dev.html' : 'index.template.html';
var baseIndexTemplate = _.template(fs.readFileSync('scripts/demos/' + indexTemplateName))();
console.log(flags);
if (flags.production) {
buildDemoSass(true);
} else {