bugfix: local paths used

This commit is contained in:
gaelle morin 2020-06-12 16:07:53 +02:00
parent fe35c4f5df
commit e8f52cd1b6
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 4 additions and 4 deletions

View File

@ -24,16 +24,16 @@ if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
//- script(type="module" src="/lib/sib-conversation/sib-conversation.js" defer)
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
//-script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.4" defer)
script(type="module" src="/lib/sib-directory/dist/index.js" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.4" defer)
//- script(type="module" src="/lib/sib-directory/dist/index.js" defer)
if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@0.1" defer)
//- script(type="module" src="/lib/sib-dashboard/sib-dashboard.js" defer)
if endpoints.users || (endpoints.get && endpoints.get.users)
//-script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.6" defer)
script(type="module" src="/lib/sib-chat/sib-chat.js" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.6" defer)
//-script(type="module" src="/lib/sib-chat/sib-chat.js" defer)
script(src="/scripts/index.js" defer)