Fix build-from-sources docs mistake #2251

Merged
konrad merged 1 commits from Raymi306/vikunja:raymi306-docs-patch-1 into main 2024-04-08 07:48:14 +00:00
Contributor

While attempting to build on OpenBSD without having built the frontend, I ran into the following error:

frontend/embed.go:21:12: pattern dist: no matching files found

I saw in the docs to create a directory and touch a file, this resulted in a second error:

frontend/embed.go:21:12: pattern dist: cannot embed directory dist: contains no embeddable files

Creating the index.html file inside the new directory allowed me to build Vikunja

While attempting to build on OpenBSD without having built the frontend, I ran into the following error: `frontend/embed.go:21:12: pattern dist: no matching files found` I saw in the docs to create a directory and touch a file, this resulted in a second error: `frontend/embed.go:21:12: pattern dist: cannot embed directory dist: contains no embeddable files` Creating the index.html file inside the new directory allowed me to build Vikunja
Raymi306 added 1 commit 2024-04-08 03:17:09 +00:00
continuous-integration/drone/pr Build is passing Details
4bc7ccb08a
Fix build-from-sources docs mistake
While attempting to build on OpenBSD without having built the frontend, I ran into the following error:

`frontend/embed.go:21:12: pattern dist: no matching files found`

I saw in the docs to create a directory and touch a file, this resulted in a second error:

`frontend/embed.go:21:12: pattern dist: cannot embed directory dist: contains no embeddable files`

Creating the index.html file inside the new directory allowed me to build Vikunja
Member

Hi Raymi306!

Thank you for creating a PR!

I've deployed the frontend changes of this PR on a preview environment under this URL: https://2251-raymi306-docs-patch-1--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/.

This preview does not contain any changes made to the api, only the frontend.

Have a nice day!

Beep boop, I'm a bot.

Hi Raymi306! Thank you for creating a PR! I've deployed the frontend changes of this PR on a preview environment under this URL: https://2251-raymi306-docs-patch-1--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somewhere. The easiest to use is https://try.vikunja.io/. This preview does not contain any changes made to the api, only the frontend. Have a nice day! > Beep boop, I'm a bot.
konrad requested changes 2024-04-08 07:47:45 +00:00
konrad left a comment
Owner

Thanks!

Thanks!
konrad merged commit 1adaa73141 into main 2024-04-08 07:48:14 +00:00
konrad deleted branch raymi306-docs-patch-1 2024-04-08 07:48:14 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#2251
No description provided.