Chris
01/07/2021, 10:33 PMsass
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?Ori Zacher
01/07/2021, 11:14 PMdeploy
command with the --preserve-manifest
, or there’s an @import
missing in the root application SASS file (i.e. shopping.scss). Hope that helps?!Chris
01/08/2021, 2:05 PM@import
in the root SASS file. Happy Friday!