From e8718c6f5f78465c0380ee4aaa63cc9a85f104ad Mon Sep 17 00:00:00 2001
From: jblemee <jblemee@gmail.com>
Date: Mon, 7 Jan 2019 10:17:10 +0100
Subject: [PATCH] update:ES6 for local

---
 src/dependencies.pug | 4 ++++
 www/lib/sib-chat     | 2 +-
 www/lib/sib-core     | 2 +-
 www/lib/sib-router   | 2 +-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/dependencies.pug b/src/dependencies.pug
index be8bd995..e14c612d 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -29,6 +29,10 @@ link(href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,6
 // Web components
 
 //- local
+<script type='module' src='/lib/sib-core/sib-display.js'></script>
+<script type='module' src='/lib/sib-router/sib-router.js'></script>
+<script type='module' src='/lib/sib-chat/sib-chat.js'></script>
+<script type='module' src='/lib/sib-chat/sib-form.js'></script>
 //- link(rel='import', href='/lib/sib-core/sib-display.html')
 //- link(rel='import', href='/lib/sib-router/sib-router.html')
 //- link(rel='import', href='/lib/sib-chat/sib-chat.html')
diff --git a/www/lib/sib-chat b/www/lib/sib-chat
index 6a85c718..6bae574a 160000
--- a/www/lib/sib-chat
+++ b/www/lib/sib-chat
@@ -1 +1 @@
-Subproject commit 6a85c71851bc0a8b8f21e0ce9c64711fbc40ae08
+Subproject commit 6bae574ac4eab3b4c6198fb7cfa77e743f0b67b8
diff --git a/www/lib/sib-core b/www/lib/sib-core
index a532e579..f417518b 160000
--- a/www/lib/sib-core
+++ b/www/lib/sib-core
@@ -1 +1 @@
-Subproject commit a532e579d3303de73477c33f534556104837f648
+Subproject commit f417518b33ae6d9da33a4802c4c7ea75a6f76e61
diff --git a/www/lib/sib-router b/www/lib/sib-router
index bb279670..86777f41 160000
--- a/www/lib/sib-router
+++ b/www/lib/sib-router
@@ -1 +1 @@
-Subproject commit bb2796705cba0c17be7cc656671e1e4087cfd23f
+Subproject commit 86777f419b2ce98c9dc79b3c8bbe5f91255e0fea
-- 
GitLab