You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my instance, I have a src and htdocs (configured for output). Inside src I have a sass dir, with a main.scss file, and a global dir. Inside the global dir are several .scss files prefixed with the _ so that compass will not output them.
However, during the build process, Anvil (assumedly) is outputting them to htdocs anyway, both into a sass dir matching the one in src, and to a css dir that mirrors sass.
The text was updated successfully, but these errors were encountered:
In my instance, I have a
src
andhtdocs
(configured for output). Insidesrc
I have asass
dir, with amain.scss
file, and aglobal
dir. Inside theglobal
dir are several .scss files prefixed with the_
so that compass will not output them.However, during the build process, Anvil (assumedly) is outputting them to
htdocs
anyway, both into asass
dir matching the one insrc
, and to acss
dir that mirrorssass
.The text was updated successfully, but these errors were encountered: