From 3737ec77d810a422453ae478ed36dd8618fe61ba Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Tue, 12 Mar 2019 17:54:40 -0300 Subject: [PATCH] branch develop en produccion --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 50f74e6..06eb25c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -53,6 +53,7 @@ gulp.task('pre-install', function() { pump([ gulp.src('package.json'), replace('ssh://git@debonline.dyndns.org:', 'http://git.focasoftware.com/'), + replace('.git', '.git#develop'), gulp.dest('') ]); }); @@ -61,6 +62,7 @@ gulp.task('post-install', function() { pump([ gulp.src('package.json'), replace('http://git.focasoftware.com/', 'ssh://git@debonline.dyndns.org:'), + replace('#develop', ''), gulp.dest('') ]); }); -- 1.9.1