CSS not working in site build #988
-
We were re-building a staging site (https://stag.nelson-atkins.org/starr/) and the CSS isn't working. I attached termnial output for quire build --debug. The issue might have to do with the manifest.json. It doesn't seem to be in the folder after the new build. We are also getting the enotempty message saying to rename _site to .11ty-vite. Not sure what other info would be helpful but let me know what you need! Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @salger1 thanks for reaching out. It looks like the issue may be related to the error you are seeing regarding Can you also explain the issues you are having with the CSS? Is it not loading all the way? That might be related to the build getting stuck. Let us know. Thank you! |
Beta Was this translation helpful? Give feedback.
Hi @salger1 thanks for reaching out. It looks like the issue may be related to the error you are seeing regarding
.11ty-vite
and_site
. There is a point in the build process where folders get renamed, and sometimes, that process can get a bit clunky/sticky, resulting in an incomplete build. We've found that deleting thepublic
folder, the_site
folder, and the.11-ty-vite
folder (if it's still there), and then rerunning build can often clear this error. Give it a try and if it doesn't work, please send the Terminal output from runningquire build
.Can you also explain the issues you are having with the CSS? Is it not loading all the way? That might be related to the build getting stuck. L…