From 21366fceb79af1dee116876e58d3af578d0ce213 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Tue, 8 Mar 2016 21:50:44 -0600 Subject: [PATCH] chore(): log flags for debugging circleCI --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) 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 {