use sample files
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
//- var sdn = process.env.SDN || 'http://127.0.0.1:8000'
|
||||
- var sdn = process.env.SDN || 'https://test-paris.happy-dev.fr'
|
||||
- var sdn = process.env.SDN || '127.0.0.1:8000'
|
||||
- var cdn = process.env.CDN || 'https://cdn.happy-dev.fr'
|
3
src/config.sample.pug
Normal file
3
src/config.sample.pug
Normal file
@ -0,0 +1,3 @@
|
||||
//- var sdn = process.env.SDN || 'http://127.0.0.1:8000'
|
||||
- var sdn = process.env.SDN || '127.0.0.1:8000'
|
||||
- var cdn = process.env.CDN || 'https://cdn.happy-dev.fr'
|
@ -1,10 +1,9 @@
|
||||
// Scripts
|
||||
//- script(src="https://unpkg.com/@webcomponents/webcomponentsjs@1.2.7/webcomponents-loader.js")
|
||||
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='/lib/sib-chat/3rdparty/sib-oidc-client.js')
|
||||
|
||||
script(src="/scripts/index.js")
|
||||
|
||||
// Stylesheets
|
||||
@ -26,4 +25,4 @@ 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")
|
||||
link(rel='import', href="https://cdn.happy-dev.fr/sib-chat/sib-chat.html")
|
Reference in New Issue
Block a user