Every build seems to print this error:
CSS file not found in /elder-path/public/_elderjs/assets
You can see it with a fresh npx degit of the template repo.
Indeed, at the time that the error is printed, a CSS file does not exist there. But it does by the end of the build process.
Every build seems to print this error:
You can see it with a fresh
npx degitof the template repo.Indeed, at the time that the error is printed, a CSS file does not exist there. But it does by the end of the build process.