hubl/src/dependencies.pug

33 lines
1.3 KiB
Plaintext
Raw Normal View History

2018-09-28 19:20:15 +00:00
// Scripts
2018-10-05 11:07:14 +00:00
//- script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
2019-01-07 15:37:08 +00:00
//script(src="/lib/webcomponentsjs/webcomponents-loader.js")
2018-09-28 19:20:15 +00:00
//- script(src="lib/html-imports.js")
2019-04-16 12:56:25 +00:00
script(type="module" src="https://unpkg.com/@startinblox/oidc@0.5")
2018-10-12 17:11:13 +00:00
2018-10-05 09:37:48 +00:00
script(src="/scripts/index.js")
2018-09-28 19:20:15 +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
// Web components
//- local
2019-01-11 07:49:36 +00:00
//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")
2019-01-11 09:55:03 +00:00
//script(type="module" src="/lib/sib-chat/sib-chat.js")
2019-01-07 15:37:08 +00:00
2019-01-11 07:49:36 +00:00
//link(rel='import', href='/lib/sib-chat/sib-chat.html')
2018-09-28 19:20:15 +00:00
//- cdn
script(type="module" src="https://unpkg.com/@startinblox/core@0.6")
script(type="module" src="https://unpkg.com/@startinblox/router@0.6")
2019-02-13 11:34:29 +00:00
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
script(type="module" src="https://unpkg.com/@startinblox/component-notifications")
script(type="module" src="https://unpkg.com/@startinblox/component-directory")
2019-01-08 14:34:33 +00:00