From 34804b8d0d3e8fda3acea29c34e8af2c6821d233 Mon Sep 17 00:00:00 2001
From: Jean-Baptiste <bleme@pm.me>
Date: Sun, 24 Mar 2019 20:20:46 +0100
Subject: [PATCH] update: remove submodules

---
 .gitignore         |  1 +
 .gitmodules        | 12 ------------
 www/lib/sib-chat   |  2 +-
 www/lib/sib-core   |  2 +-
 www/lib/sib-oidc   |  2 +-
 www/lib/sib-router |  2 +-
 6 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 .gitmodules

diff --git a/.gitignore b/.gitignore
index d49d2e97..360919c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,7 @@
 /src/config.json
 /www/index.html
 /www/index.prod.html
+/www/index.staging.html
 /www/styles/
 /www/scripts/
 /www/lib/
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index bd2c2be3..00000000
--- a/.gitmodules
+++ /dev/null
@@ -1,12 +0,0 @@
-[submodule "www/lib/sib-core"]
-	path = www/lib/sib-core
-	url = git@git.happy-dev.fr:startinblox/sib-core.git
-[submodule "www/lib/sib-router"]
-	path = www/lib/sib-router
-	url = git@git.happy-dev.fr:startinblox/sib-router.git
-[submodule "www/lib/sib-chat"]
-	path = www/lib/sib-chat
-	url = git@git.happy-dev.fr:startinblox/sib-chat.git
-[submodule "www/lib/sib-oidc"]
-	path = www/lib/sib-oidc
-	url = git@git.happy-dev.fr:startinblox/sib-oidc.git
diff --git a/www/lib/sib-chat b/www/lib/sib-chat
index 8a4044a0..caa93996 160000
--- a/www/lib/sib-chat
+++ b/www/lib/sib-chat
@@ -1 +1 @@
-Subproject commit 8a4044a0005ccbba0a09ce1cec141c12a22b4651
+Subproject commit caa939969709a40edbeeb23e6f9c38a53d9d2c43
diff --git a/www/lib/sib-core b/www/lib/sib-core
index 76a6460b..9ff71f4d 160000
--- a/www/lib/sib-core
+++ b/www/lib/sib-core
@@ -1 +1 @@
-Subproject commit 76a6460b6869e568c10f0d90c89b147af1446849
+Subproject commit 9ff71f4d047a101f633872db0820736b8baf792c
diff --git a/www/lib/sib-oidc b/www/lib/sib-oidc
index a2d28858..9ce7e6ce 160000
--- a/www/lib/sib-oidc
+++ b/www/lib/sib-oidc
@@ -1 +1 @@
-Subproject commit a2d28858db15747eeffaf80d4072d3bc4ab79fb6
+Subproject commit 9ce7e6cec7447b7d3c04dee03bf068744373ac3f
diff --git a/www/lib/sib-router b/www/lib/sib-router
index dc940e55..c358adef 160000
--- a/www/lib/sib-router
+++ b/www/lib/sib-router
@@ -1 +1 @@
-Subproject commit dc940e550ef4844c55f14907ad024cf83b1fbb25
+Subproject commit c358adefa38f93cd3acdf1f75c8c79e4b8379dc4
-- 
GitLab