From 826c665a6ee312e8f9788f9e808c31715083802f Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 8 Sep 2015 14:16:21 -0300 Subject: [PATCH] Replace config data based on env --- gulp/build.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/gulp/build.js b/gulp/build.js index a618160..472af82 100644 --- a/gulp/build.js +++ b/gulp/build.js @@ -44,6 +44,7 @@ gulp.task('html', ['inject', 'partials'], function () { .pipe($.rev()) .pipe(jsFilter) .pipe($.replace('$logProvider.debugEnabled(true);', '$logProvider.debugEnabled(false);')) + .pipe($.replace('http://hom.dialoga.gov.br', 'http://login.dialoga.gov.br')) .pipe($.ngAnnotate()) .pipe($.uglify({ preserveComments: $.uglifySaveLicense })).on('error', conf.errorHandler('Uglify')) .pipe(jsFilter.restore()) -- libgit2 0.21.2