From 9e492b1303a95d7a06338d2110979a32e18058c7 Mon Sep 17 00:00:00 2001 From: efernandez Date: Fri, 7 Dec 2018 18:32:11 -0300 Subject: [PATCH] cambio gulp --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index b67b7bb..dd2a3df 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -52,7 +52,7 @@ gulp.task('sass', function() { gulp.task('pre-install', function() { pump([ gulp.src('package.json'), - replace('debonline.dyndns.org', 'git.focasoftware.com'), + replace('ssh://git@debonline.dyndns.org:', 'http://git.focasoftware.com/'), gulp.dest('') ]); }) @@ -60,7 +60,7 @@ gulp.task('pre-install', function() { gulp.task('post-install', function() { pump([ gulp.src('package.json'), - replace('git.focasoftware.com', 'debonline.dyndns.org'), + replace('http://git.focasoftware.com/', 'ssh://git@debonline.dyndns.org:'), gulp.dest('') ]); }) -- 1.9.1