mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(): log flags for debugging circleCI
This commit is contained in:
@ -578,6 +578,7 @@ gulp.task('build.demos', function() {
|
|||||||
var indexTemplateName = LOCAL_DEMOS ? 'index.template.dev.html' : 'index.template.html';
|
var indexTemplateName = LOCAL_DEMOS ? 'index.template.dev.html' : 'index.template.html';
|
||||||
var baseIndexTemplate = _.template(fs.readFileSync('scripts/demos/' + indexTemplateName))();
|
var baseIndexTemplate = _.template(fs.readFileSync('scripts/demos/' + indexTemplateName))();
|
||||||
|
|
||||||
|
console.log(flags);
|
||||||
if (flags.production) {
|
if (flags.production) {
|
||||||
buildDemoSass(true);
|
buildDemoSass(true);
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user