~/Labs/docsy >> hugo -c exampleSite --config themes/docsy/config.toml -d public
Total in 389 ms
Error: Error building site: POSTCSS: failed to transform "scss/main.css" (text/css): resource "scss/scss/main.scss_4853eb546e7a6c0898ed71feae7357c0" not found in file cache
However, if I run the same command as server, it works. hugo -c exampleSite --config themes/docsy/config.toml server
Any idea on what could be causing this ?
However, if I run the same command as server, it works.
hugo -c exampleSite --config themes/docsy/config.toml serverAny idea on what could be causing this ?