Open joshbedo opened 3 years ago
@joshbedo slate deploy
builds from the src
dir to dist
and deploys. When running theme deploy
it will upload from the current dir unless you specify. You probably still want to build your slate styles and scripts before deploying which you can do with slate build
.
slate build
theme deploy -e dev -d dist
Describe the bug I'm trying to switch over to using
theme deploy
instead ofslate deploy
to get the additional checksum speed benefits but for some reason I get this weird error telling me 3 files don't exist that do exist.Expected behavior Should build fine like it does with
slate deploy
Environment (please complete the following information):
Additional context