var gulpBuild = function(callback) {

    console.log('Build production app code...');

    var gulp = exec('gulp build --notest --nocdn', function(error) {