Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some files missing in the generated dist directory #65

Open
pinpox opened this issue Jun 27, 2023 · 0 comments
Open

Some files missing in the generated dist directory #65

pinpox opened this issue Jun 27, 2023 · 0 comments

Comments

@pinpox
Copy link

pinpox commented Jun 27, 2023

I'm trying to build my own, modified frontend. I followed the instructions described in the README.md, resulting in a ./dist directory with the following contents

shell ❯ ls -la dist
drwxr-xr-x     - pinpox 27 Jun 13:41 -I  fonts/
.rw-r--r-- 3,8Ki pinpox 27 Jun 13:46 -I  404.html
.rw-r--r-- 1,3Ki pinpox 27 Jun 13:46 -I  download.audio.html
.rw-r--r--   711 pinpox 27 Jun 13:46 -I  download.html
.rw-r--r-- 1,1Ki pinpox 27 Jun 13:46 -I  download.image.html
.rw-r--r-- 1,1Ki pinpox 27 Jun 13:46 -I  download.markdown.html
.rw-r--r--   710 pinpox 27 Jun 13:46 -I  download.sandbox.html
.rw-r--r-- 1,3Ki pinpox 27 Jun 13:46 -I  download.video.html

There are some files missing, that are in the ./src directory, for example the index.html or favicon.ico and others:

shell ❯ ls -la src
drwxr-xr-x     - pinpox 27 Jun 13:41 -I  bower_components/
drwxr-xr-x     - pinpox 27 Jun 13:38 --  fonts/
drwxr-xr-x     - pinpox 27 Jun 13:38 --  images/
drwxr-xr-x     - pinpox 27 Jun 13:38 --  includes/
drwxr-xr-x     - pinpox 27 Jun 13:38 --  scripts/
drwxr-xr-x     - pinpox 27 Jun 13:38 --  styles/
.rw-r--r-- 3,8Ki pinpox 27 Jun 13:38 --  404.html
.rw-r--r--    15 pinpox 27 Jun 13:38 --  404.txt
.rw-r--r-- 1,4Ki pinpox 27 Jun 13:38 --  download.audio.html
.rw-r--r--   714 pinpox 27 Jun 13:38 --  download.html
.rw-r--r-- 1,1Ki pinpox 27 Jun 13:38 --  download.image.html
.rw-r--r-- 1,1Ki pinpox 27 Jun 13:38 --  download.markdown.html
.rw-r--r--   713 pinpox 27 Jun 13:38 --  download.sandbox.html
.rw-r--r-- 1,4Ki pinpox 27 Jun 13:38 --  download.video.html
.rw-r--r-- 7,5Ki pinpox 27 Jun 13:38 --  favicon.ico
.rw-r--r--  23Ki pinpox 27 Jun 13:38 --  index.html
.rw-r--r-- 1,9Ki pinpox 27 Jun 13:38 --  index.txt
.rw-r--r--    38 pinpox 27 Jun 13:38 --  robots.txt

Shouldn't the ./dist folder contain all files necessary for the front-end? What files does trasnfer expect in the directory specified by --web-path?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant