hubl/src/dependencies.pug

29 lines
1.5 KiB
Plaintext
Raw Normal View History

script(type="module" src="https://unpkg.com/@startinblox/oidc@0.8")
2018-10-05 09:37:48 +00:00
script(src="/scripts/index.js")
2018-09-28 19:20:15 +00:00
2019-05-13 16:50:34 +00:00
//- Stylesheets
2018-10-05 09:37:48 +00:00
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')
2018-09-28 19:20:15 +00:00
//- local
2019-05-13 16:50:34 +00:00
//- script(type="module" src="/lib/sib-router/src/index.js")
2019-05-14 16:19:30 +00:00
//- script(type="module" src="/lib/sib-chat/sib-chat.js")
2019-05-13 16:50:34 +00:00
//- 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")
2019-08-12 15:24:23 +00:00
//- script(type="module" src="/lib/sib-job-board/sib-job-board.js")
2019-05-13 16:50:34 +00:00
//- CDN
script(type="module" src="https://unpkg.com/@startinblox/core@0.9")
2019-05-31 14:15:59 +00:00
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")
2019-08-26 10:53:57 +00:00
//- 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")
2019-10-16 15:10:00 +00:00
//- Context - Fix for LDFlex
script(data-default-context, type="application/ld+json")
include context.jsonld