diff --git a/src/dependencies.pug b/src/dependencies.pug
index 69fc9e6182b9182373b86d87208e8d26ef20e5af..8f1538625268dbf5ac9a9334c79be074305fc776 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -15,7 +15,6 @@ script(
 )
 
 script(src="/scripts/index.js")
-script(type="module" src="/scripts/hd-widgets.js")
 
 // Stylesheets
 link(rel='stylesheet', href='/lib/normalize.css')
@@ -29,13 +28,16 @@ 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(type="module" src="/lib/sib-router/sib-router.js")
-//script(type="module" src="/lib/sib-core/sib-form.js")
+script(type="module" src="/lib/sib-core/sib-display.js")
+script(type="module" src="/lib/sib-router/sib-router.js")
+script(type="module" src="/lib/sib-core/sib-form.js")
 
 link(rel='import', href='/lib/sib-chat/sib-chat.html')
 
 //- cdn
-script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-display.js")
-script(type="module" src="https://cdn.happy-dev.fr/sib-router/sib-router.js")
-script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-form.js")
+//script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-display.js")
+//script(type="module" src="https://cdn.happy-dev.fr/sib-router/sib-router.js")
+//script(type="module" src="https://cdn.happy-dev.fr/sib-core/sib-form.js")
+
+script(type="module" src="/scripts/hd-widgets.js")
+