We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Followed all steps detailed in README.md
The generated static content references: build/assets/*
...for css and js files, but this folder does not exist.
css and js files do exist in: css/* js/*
...but have different names to those referenced in the html. Example: html ref: tailwind-891c0160.css filenames in css:
Any ideas?
The text was updated successfully, but these errors were encountered:
For now, to work around, I've done this (in case it helps others):
In layouts.antlers.html: Remove Antlers: {{ vite src=“resources/js/app.js|resources/css/app.css” }
{{ vite src=“resources/js/app.js|resources/css/app.css” }
Add HTML: <link rel="stylesheet" href="/css/tailwind.css"/> <script src="/js/site.js"></script> <script defer src="//unpkg.com/alpinejs" defer></script>
<link rel="stylesheet" href="/css/tailwind.css"/>
<script src="/js/site.js"></script>
<script defer src="//unpkg.com/alpinejs" defer></script>
Sorry, something went wrong.
No branches or pull requests
Followed all steps detailed in README.md
The generated static content references:
build/assets/*
...for css and js files, but this folder does not exist.
css and js files do exist in:
css/*
js/*
...but have different names to those referenced in the html. Example:
html ref: tailwind-891c0160.css
filenames in css:
Any ideas?
The text was updated successfully, but these errors were encountered: