update: weird file removed

This commit is contained in:
gaelle morin 2020-09-22 16:41:11 +02:00
parent 36097e96e1
commit 8fda5091a5
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 0 additions and 30 deletions

30

View File

@ -1,30 +0,0 @@
diff --git a/src/dependencies.pug b/src/dependencies.pug
index 7ceee9a..d4a7c72 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -19,12 +19,12 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
//- script(type="module" src="/lib/sib-event/sib-event.js" defer)

if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
- //- script(type="module" src="/lib/solid-job-board/dist/index.js" defer)
+ //- script(type="module" src="https://unpkg.com/@startinblox/component-job-board@beta" defer)
+ script(type="module" src="/lib/solid-job-board/dist/index.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@beta" defer)
- //- script(type="module" src="/lib/solid-directory/dist/index.js" defer)
+ //- script(type="module" src="https://unpkg.com/@startinblox/component-directory@beta" defer)
+ script(type="module" src="/lib/solid-directory/dist/index.js" defer)

if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
script(type="module" src="https://unpkg.com/@startinblox/component-dashboard@beta" defer)
@@ -32,7 +32,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)

if endpoints.users || (endpoints.get && endpoints.get.users)
//- script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.8" defer)
- //- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
+ script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)

script(src="/scripts/index.js" defer)