themekit
themekit copied to clipboard
slate deploy works but theme deploy gives a weird error
Describe the bug
I'm trying to switch over to using theme deploy instead of slate 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):
- Node version: 8.10
- Themekit version (run theme version to check): 1.1.6
- Ignore:
ignore_files:
- config/settings_data.json
Additional context


@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