So when I run yarn build
in the themes folder it is “generally” ok, although upon occasion it fails for the same reason.
I am using SASS and have import
statements in my main app.scss
file. Normally building from the theme folder is no problem, however, running from the build-before.yml
file always fails. So I am currently building manually in the theme, commenting out the build production assets in the yml and doing it this way.
However, this isn’t very efficiente or optimal. Any tips on how to fix this?
Best,
Aaron