Skip to content
Snippets Groups Projects
dependencies.pug 1.73 KiB
Newer Older
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
Clément's avatar
Clément committed
script(src="/scripts/index.js")
Clément's avatar
Clément committed

//- Stylesheets
Clément's avatar
Clément committed
link(rel='stylesheet', href='/styles/index.css')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700&subset=latin-ext')
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i')
Clément's avatar
Clément committed

//- local
//- script(type="module" src="/lib/sib-router/src/index.js")
//- script(type="module" src="/lib/sib-chat/sib-chat.js")
//- script(type="module" src="/lib/sib-notifications/sib-notifications.js")
//- script(type="module" src="/lib/sib-conversation/sib-conversation.js")
//- script(type="module" src="/lib/sib-directory/sib-directory.js")
//- script(type="module" src="/lib/sib-job-board/sib-job-board.js")
script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
script(type="module" src="https://unpkg.com/@startinblox/router@0.7")
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.4")
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.3")
//- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3")

//- Context - Fix for LDFlex
script(data-default-context, type="application/ld+json")
    | {
    |     "inbox": "http://happy-dev.fr/owl/#inbox",
    |     "object": "http://happy-dev.fr/owl/#object",
    |     "author": "http://happy-dev.fr/owl/#author",
    |     "account": "http://happy-dev.fr/owl/#account",
    |     "jabberID": "foaf:jabberID"
    | }