Just trying to wrap my head around this. Any advice?
Error: Error building site: failed to render pages: render of "page" failed: execute of template failed: template: _default/single.html:5:8: executing "_default/single.html" at <partial "head.html" .>: error calling partial: "/Users/snoop/Lab/will/themes/atlantic/layouts/partials/head.html:6:44": execute of template failed: template: partials/head.html:6:44: executing "partials/head.html" at <minify>: got <nil>, expected resources.ResourceTransformer
Built in 22 ms
I’ll have to go back and trace my steps, but I could have sworn I saw in like 4 different places the CSS was supposed to live in /resources/assets/css/main.css but it turns out assets is supposed to be in the root folder?
Yes you want assets in the project root, and if there is something that says otherwise it is wrong. It may have been a case of mistaking a discussion about something else for where assets belongs in the source code.