diff --git a/gulpfile.js b/gulpfile.js index 490a3314ee..7b61bcc646 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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 {