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

npm run build not including dots in references #32

Open
joanillo opened this issue Oct 8, 2020 · 1 comment
Open

npm run build not including dots in references #32

joanillo opened this issue Oct 8, 2020 · 1 comment

Comments

@joanillo
Copy link

joanillo commented Oct 8, 2020

I have experience in React, not in Vue. I want to run your app locally. When I make 'npm run build', doesn't work because inside index.html there are references to /css/... and /js/... instead of css/ (or ./css) and js/ (or ./js), and resources are not found.
Could be this is related because you develop in a Windows machine?

@MRVDH
Copy link
Owner

MRVDH commented Oct 9, 2020

I have the same issue and haven't yet looked into what's causing this. For now I manually put dots in front of all the references whenever I release a new build. Interestingly enough I don't experience this with my other Vue projects. I edited the title and will update here once I look for and find a solution 👍

@MRVDH MRVDH changed the title npm run build in my laptop npm run build not including dots in references Oct 9, 2020
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

2 participants