Closed adnjoo closed 4 years ago
Got some code? The css
folder should be copied with pass-through file copy
The CSS file should also be /css/index.css
not index.css
?
This is an automated message to let you know that this issue requires additional input from the original poster and for the health of the repository issue tracker the issue will be closed. This is to help alleviate issues hanging open waiting for a response from the original poster.
Do not let the issue’s closing deter you. After you’ve supplied the required information, the issue will be reopened. Thanks!
FWIW, here in 2023 😅, I had to update my addPassthroughCopy
from "./public/css": "/"
to "./public/css": "/css"
to get the index.css file to appear in the right spot.
I typed
npx eleventy
into my terminal and checked the _site folder and opened index.html.Unfortunately I get the following error: index.css err_file_not_found
Not sure if I'm doing something wrong?