refactoring
This commit is contained in:
27
src/dependencies.pug
Normal file
27
src/dependencies.pug
Normal file
@ -0,0 +1,27 @@
|
||||
// Scripts
|
||||
script(src="lib/webcomponentsjs/webcomponents-loader.js")
|
||||
//- script(src="lib/html-imports.js")
|
||||
|
||||
//- script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
|
||||
|
||||
script(src="scripts/index.js")
|
||||
|
||||
// Stylesheets
|
||||
link(rel='stylesheet', href='lib/normalize.css')
|
||||
link(rel='stylesheet', href="styles/index.css")
|
||||
link(
|
||||
rel='stylesheet'
|
||||
href='https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&subset=latin-ext'
|
||||
)
|
||||
|
||||
// Web components
|
||||
|
||||
//- local
|
||||
link(rel='import', href='lib/sib-core/sib-display.html')
|
||||
link(rel='import', href='lib/sib-router/sib-router.html')
|
||||
//-link(rel='import', href='lib/sib-chat/sib-chat.html')
|
||||
|
||||
//- cdn
|
||||
link(rel='import', href="https://cdn.happy-dev.fr/sib-core/sib-display.html")
|
||||
link(rel='import', href="https://cdn.happy-dev.fr/sib-router/sib-router.html")
|
||||
//- link(rel='import', href="https://cdn.happy-dev.fr/sib-chat/sib-chat.html")
|
||||
Reference in New Issue
Block a user