dependencies : updated dependencies from ldp to sib

This commit is contained in:
Alexandre Bourlier 2018-06-21 10:53:25 +02:00
parent 4407ff2811
commit a800de7315
6 changed files with 12 additions and 8 deletions

9
.gitmodules vendored
View File

@ -1,9 +1,12 @@
[submodule "dist/lib/ldp-display"]
path = dist/lib/ldp-display
url = git@git.happy-dev.fr:happy-dev/ldp-display.git
[submodule "dist/lib/webcomponentsjs"]
path = dist/lib/webcomponentsjs
url = https://github.com/webcomponents/webcomponentsjs
[submodule "dist/lib/xmpp-chat-component"]
path = dist/lib/xmpp-chat-component
url = git@git.happy-dev.fr:happy-dev/xmpp-chat-component.git
[submodule "dist/lib/sib-core"]
path = dist/lib/sib-core
url = git@git.happy-dev.fr:startinblox/sib-core.git
[submodule "dist/lib/sib-router"]
path = dist/lib/sib-router
url = git@git.happy-dev.fr:startinblox/sib-router.git

@ -1 +0,0 @@
Subproject commit cbba4db47150bcac8e86a364e2a4b20ad27fb387

1
dist/lib/sib-core vendored Submodule

@ -0,0 +1 @@
Subproject commit 444d258357cc525300c291e45f7be7f920f972e1

1
dist/lib/sib-router vendored Submodule

@ -0,0 +1 @@
Subproject commit e374dc48aed24e62096a9ca6c15e5f78833c35ca

View File

@ -12,7 +12,7 @@
<script type="text/javascript" src="<?php echo $dn; ?>/src/js/hd-app.js?v=<?php echo $v ?>"></script>
<!-- Web components -->
<link rel="import" href="<?php echo $dn; ?>/dist/lib/ldp-display/ldp-display.html?v=<?php echo $v ?>" />
<link rel="import" href="<?php echo $dn; ?>/dist/lib/ldp-display/ldp-router.html?v=<?php echo $v ?>" />
<link rel="import" href="<?php echo $dn; ?>/dist/lib/sib-core/sib-display.html?v=<?php echo $v ?>" />
<link rel="import" href="<?php echo $dn; ?>/dist/lib/sib-router/sib-router.html?v=<?php echo $v ?>" />
<link rel="import" href="<?php echo $dn; ?>/dist/lib/xmpp-chat-component/chat-window-component.html?v=<?php echo $v ?>">

View File

@ -13,6 +13,6 @@
<script type="text/javascript" src="<?php echo $dn; ?>/src/js/hd-app.js?v=<?php echo $v ?>"></script>
<!-- Web components -->
<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-display.html?v=<?php echo $v ?>" />
<link rel="import" href="https://cdn.happy-dev.fr/ldp-display/ldp-router.html?v=<?php echo $v ?>" />
<link rel="import" href="https://cdn.happy-dev.fr/sib-core/sib-display.html?v=<?php echo $v ?>" />
<link rel="import" href="https://cdn.happy-dev.fr/sib-router/sib-router.html?v=<?php echo $v ?>" />
<link rel="import" href="https://xmpp-chat-component.happy-dev.fr/chat-window-component.html?v=<?php echo $v ?>">