|
|
|
@ -2,16 +2,16 @@ script(type="module" src="/components/hubl-search-users.js" defer)
|
|
|
|
|
script(type="module" src="/components/hubl-status.js" defer)
|
|
|
|
|
script(type="module" src="/components/hubl-reactivity.js" defer)
|
|
|
|
|
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/core@beta" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/core@0.12" defer)
|
|
|
|
|
//- script(type="module" src="/lib/sib-core/dist/index.js" defer)
|
|
|
|
|
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/oidc" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.10" defer)
|
|
|
|
|
//- script(type="module" src="/lib/sib-auth/index.js" defer)
|
|
|
|
|
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/router" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/router@0.9" defer)
|
|
|
|
|
//- script(type="module" src="/lib/sib-router/src/index.js" defer)
|
|
|
|
|
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@beta" defer)
|
|
|
|
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-notifications@beta" defer)
|
|
|
|
|
//- script(type="module" src="/lib/sib-notifications/index.js" defer)
|
|
|
|
|
|
|
|
|
|
if endpoints.events || (endpoints.get && endpoints.get.events)
|
|
|
|
@ -19,20 +19,20 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
|
|
|
|
|
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)
|
|
|
|
|
|
|
|
|
|
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
|
|
|
|
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
|
|
|
|
|
script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.7" defer)
|
|
|
|
|
//- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
|
|
|
|
|
|
|
|
|
|
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
|
|
|
|
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)
|
|
|
|
|
script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.8" defer)
|
|
|
|
|
//- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
|
|
|
|
|
|
|
|
|
|
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.5" defer)
|
|
|
|
|
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
|
|
|
|
|
|
|
|
|
|
if endpoints.users || (endpoints.get && endpoints.get.users)
|
|
|
|
|
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@beta" defer)
|
|
|
|
|
script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
|
|
|
|
script(type="module" src="https://unpkg.com/@startinblox/component-chat@1.1" defer)
|
|
|
|
|
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
|
|
|
|
|
|
|
|
|
|
script(src="/scripts/index.js" defer)
|
|
|
|
|
|
|
|
|
|