hubl/src/dependencies.pug

26 lines
1.3 KiB
Plaintext
Raw Normal View History

script(type="module" src="https://unpkg.com/@startinblox/oidc@0.6.0")
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
2019-04-12 18:01:31 +00:00
link(rel='stylesheet', href='/lib/normalize.css')
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-core/src/index.js")
//- 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")
//- CDN
2019-05-14 12:03:11 +00:00
script(type="module" src="https://unpkg.com/@startinblox/core@0.7")
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")
2019-05-10 14:25:58 +00:00
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")
2019-05-14 12:03:11 +00:00
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1.11")
2019-01-08 14:34:33 +00:00