Skip to content
Snippets Groups Projects
Commit d17fc74f authored by jblemee's avatar jblemee
Browse files

fix: comment local dependencies

parent d3cb7249
No related branches found
No related tags found
No related merge requests found
......@@ -29,19 +29,13 @@ 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')
//<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>
//- cdn
<script type='module' src='https://cdn.happy-dev.fr/sib-core/sib-display.js'></script>
<script type='module' src='https://cdn.happy-dev.fr/sib-router/sib-router.js'></script>
<script type='module' src='https://cdn.happy-dev.fr/sib-chat/sib-chat.js'></script>
<script type='module' src='https://cdn.happy-dev.fr/sib-chat/sib-form.js'></script>
//- link(rel='import', href="https://cdn.happy-dev.fr/sib-core/sib-display.html")
//- link(rel='import', href="https://cdn.happy-dev.fr/sib-router/sib-router.html")
//- link(rel='import', href="https://cdn.happy-dev.fr/sib-chat/sib-chat.html")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment