I’ve got a `sass` file that won’t deploy, it’s in ...
# suitecommerce
c
I’ve got a
sass
file that won’t deploy, it’s in the
manifest.json
. Is there a secret to getting a new
sass
file into the deployed files?
o
Hey Chris, the odd time this has happened to me, I’ve either ran the
deploy
command with the
--preserve-manifest
, or there’s an
@import
missing in the root application SASS file (i.e. shopping.scss). Hope that helps?!
c
Thanks @Ori Zacher, it turned out that I was missing the
@import
in the root SASS file. Happy Friday!
🙌 1