Alexander Suraphel
01/20/2022, 10:38 AMrouting {
static("assets") {
files("css")
files("js")
}
}
Does files("css")
look for the folder css
and/or files with the extension .css
?Big Chungus
01/20/2022, 10:59 AM./css
Alexander Suraphel
01/20/2022, 11:00 AM./css
and it wasn’t served because it didn’t have .css extension thoughresources("css")
not files but I’m not sure what the difference is..static
that’s how it works. It’s folder based. Thanks