31 lines
2.0 KiB
Plaintext
31 lines
2.0 KiB
Plaintext
|
[1mdiff --git a/src/dependencies.pug b/src/dependencies.pug[m
|
|||
|
[1mindex 7ceee9a..d4a7c72 100644[m
|
|||
|
[1m--- a/src/dependencies.pug[m
|
|||
|
[1m+++ b/src/dependencies.pug[m
|
|||
|
[36m@@ -19,12 +19,12 @@[m [mif endpoints.events || (endpoints.get && endpoints.get.events)[m
|
|||
|
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)[m
|
|||
|
[m
|
|||
|
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)[m
|
|||
|
[31m- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)[m
|
|||
|
[31m- //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)[m
|
|||
|
[32m+[m[32m //- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)[m
|
|||
|
[32m+[m[32m script(type="module" src="/lib/solid-job-board/dist/index.js" defer)[m
|
|||
|
[m
|
|||
|
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))[m
|
|||
|
[31m- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)[m
|
|||
|
[31m- //- script(type="module" src="/lib/solid-directory/dist/index.js" defer)[m
|
|||
|
[32m+[m[32m //- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)[m
|
|||
|
[32m+[m[32m script(type="module" src="/lib/solid-directory/dist/index.js" defer)[m
|
|||
|
[m
|
|||
|
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)[m
|
|||
|
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)[m
|
|||
|
[36m@@ -32,7 +32,7 @@[m [mif endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)[m
|
|||
|
[m
|
|||
|
if endpoints.users || (endpoints.get && endpoints.get.users)[m
|
|||
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)[m
|
|||
|
[31m- //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)[m
|
|||
|
[32m+[m[32m script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)[m
|
|||
|
[m
|
|||
|
script(src="/scripts/index.js" defer)[m
|
|||
|
[m
|