Skip to content
Snippets Groups Projects
dependencies.pug 1.4 KiB
Newer Older
Clément's avatar
Clément committed
// Scripts
Clément's avatar
Clément committed
//- script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
jblemee's avatar
jblemee committed
//script(src="/lib/webcomponentsjs/webcomponents-loader.js")
Clément's avatar
Clément committed
//- script(src="lib/html-imports.js")

script(type="module" src="https://unpkg.com/@startinblox/oidc@0.6.0")
Clément's avatar
Clément committed

Clément's avatar
Clément committed
script(src="/scripts/index.js")
Clément's avatar
Clément committed

// Stylesheets
link(rel='stylesheet', href='/lib/normalize.css')
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

// 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")
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
Clément's avatar
Clément committed

//- cdn
script(type="module" src="https://unpkg.com/@startinblox/core@0.7.15")
script(type="module" src="https://unpkg.com/@startinblox/router@0.7.2")
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1.7")
script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1.12")
script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2.1")
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.10")