Commit 54ee1362297e5cb3ad71d011b4470500604d2004
1 parent
825cbe04
Exists in
master
and in
6 other branches
Fixed url for production
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulp/build.js
@@ -45,7 +45,7 @@ gulp.task('html', ['inject', 'partials'], function () { | @@ -45,7 +45,7 @@ gulp.task('html', ['inject', 'partials'], function () { | ||
45 | .pipe(jsFilter) | 45 | .pipe(jsFilter) |
46 | // production | 46 | // production |
47 | .pipe($.if($.util.env.production, $.replace('$logProvider.debugEnabled(true);', '$logProvider.debugEnabled(false);'))) | 47 | .pipe($.if($.util.env.production, $.replace('$logProvider.debugEnabled(true);', '$logProvider.debugEnabled(false);'))) |
48 | - .pipe($.if($.util.env.production, $.replace('http://hom.dialoga.gov.br', 'http://login.dialoga.gov.br'))) | 48 | + .pipe($.if($.util.env.production, $.replace('http://hom.dialoga.gov.br', 'http://dialoga.gov.br'))) |
49 | .pipe($.if($.util.env.production, $.replace('http://hom.login.dialoga.gov.br', 'http://login.dialoga.gov.br'))) | 49 | .pipe($.if($.util.env.production, $.replace('http://hom.login.dialoga.gov.br', 'http://login.dialoga.gov.br'))) |
50 | // staging | 50 | // staging |
51 | .pipe($.if($.util.env.staging, $.replace('http://dialoga.gov.br', 'http://hom.dialoga.gov.br'))) | 51 | .pipe($.if($.util.env.staging, $.replace('http://dialoga.gov.br', 'http://hom.dialoga.gov.br'))) |