dependencies : updated dependencies from ldp to sib
This commit is contained in:
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -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
dist/lib/ldp-display
vendored
1
dist/lib/ldp-display
vendored
Submodule dist/lib/ldp-display deleted from cbba4db471
1
dist/lib/sib-core
vendored
Submodule
1
dist/lib/sib-core
vendored
Submodule
Submodule dist/lib/sib-core added at 444d258357
1
dist/lib/sib-router
vendored
Submodule
1
dist/lib/sib-router
vendored
Submodule
Submodule dist/lib/sib-router added at e374dc48ae
@ -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 ?>">
|
||||
|
||||
|
@ -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 ?>">
|
||||
|
Reference in New Issue
Block a user