Commit 9e492b1303a95d7a06338d2110979a32e18058c7

Authored by Eric Fernandez
1 parent daea73b836
Exists in master

cambio gulp

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
... ... @@ -52,7 +52,7 @@ gulp.task('sass', function() {
52 52 gulp.task('pre-install', function() {
53 53 pump([
54 54 gulp.src('package.json'),
55   - replace('debonline.dyndns.org', 'git.focasoftware.com'),
  55 + replace('ssh://git@debonline.dyndns.org:', 'http://git.focasoftware.com/'),
56 56 gulp.dest('')
57 57 ]);
58 58 })
... ... @@ -60,7 +60,7 @@ gulp.task('pre-install', function() {
60 60 gulp.task('post-install', function() {
61 61 pump([
62 62 gulp.src('package.json'),
63   - replace('git.focasoftware.com', 'debonline.dyndns.org'),
  63 + replace('http://git.focasoftware.com/', 'ssh://git@debonline.dyndns.org:'),
64 64 gulp.dest('')
65 65 ]);
66 66 })