Commit e70940f381371d0ab0331e689b8f742ec690c464

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

Master

See merge request !11
... ... @@ -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 })