Ginz77
Ginz77

Reputation: 73

Shopify ThemeKit - Need Help Deploying a Folder

I'm using Shopify's Debut theme and want to work locally. ThemeKit is installed and works perfectly when I run the command in terminal to "theme watch" to automatically update my theme files. A "fonts" folder with all its files was added locally and I would like to upload that. I turned off "theme watch" and ran this command "theme deploy --nodelete" and also tried this "theme deploy --nodelete fonts", but the folder isn't uploading. What am I doing wrong?

Upvotes: 0

Views: 458

Answers (1)

drip
drip

Reputation: 12943

You can't add additional folders in the Shopify file structure.

I assume that you add it in the assets folder. There shouldn't be any folders there, only files.

Your file structure should like this:

- assets
- config
- layout
- locales
- sections
- snippets
- template
  - customers

No additional folders should be present in any of the above ones or outside of them.

Upvotes: 1

Related Questions