Skip to content
Snippets Groups Projects
Verified Commit 5e5b3068 authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix dist folder of local job board

parent 70fe2f3b
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ if endpoints.events || (endpoints.get && endpoints.get.events) ...@@ -19,7 +19,7 @@ if endpoints.events || (endpoints.get && endpoints.get.events)
if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers) if endpoints.joboffers || (endpoints.get && endpoints.get.joboffers)
script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3" defer) script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.3" defer)
//- script(type="module" src="/lib/sib-job-board/index.js" defer) //- script(type="module" src="/lib/sib-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)) 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="https://unpkg.com/@startinblox/component-directory@0.4" defer)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment