Commit ab4d49085216d66e7533a6e2d5a9319ace60d194
1 parent
f2776653
Exists in
master
and in
8 other branches
Replace hom data
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
gulp/build.js
... | ... | @@ -45,6 +45,7 @@ gulp.task('html', ['inject', 'partials'], function () { |
45 | 45 | .pipe(jsFilter) |
46 | 46 | .pipe($.replace('$logProvider.debugEnabled(true);', '$logProvider.debugEnabled(false);')) |
47 | 47 | .pipe($.replace('http://hom.dialoga.gov.br', 'http://login.dialoga.gov.br')) |
48 | + .pipe($.replace('http://hom.login.dialoga.gov.br', 'http://login.dialoga.gov.br')) | |
48 | 49 | .pipe($.ngAnnotate()) |
49 | 50 | .pipe($.uglify({ preserveComments: $.uglifySaveLicense })).on('error', conf.errorHandler('Uglify')) |
50 | 51 | .pipe(jsFilter.restore()) | ... | ... |