Skip to content

Instantly share code, notes, and snippets.

@davelowensohn
Created March 23, 2018 21:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davelowensohn/b7ff3fffa9f994ad6516aac3b18d02f5 to your computer and use it in GitHub Desktop.
Save davelowensohn/b7ff3fffa9f994ad6516aac3b18d02f5 to your computer and use it in GitHub Desktop.
Shopify Slate config.yml
# This file contains the information needed for Shopify to authenticate
# requests and edit/update your remote theme files.
#
# 1. Set up a private app (https://help.shopify.com/api/guides/api-credentials#generate-private-app-credentials)
# with "Read and write" permissions for "Theme templates and theme assets".
# 2. Replace the required variables for each environment below.
#
# password, theme_id, and store variables are required.
#
# For more information on this config file:
# Configuration variables | http://shopify.github.io/themekit/configuration/
# Ignore patterns | http://shopify.github.io/themekit/ignores/
---
development:
password: XXXXXXXXXXX
theme_id: XXXXXXXXXXXXXX
store: XXXXXXXXXXXXXXXX.myshopify.com
ignore_files:
- settings_data.json # Uncomment this line to avoid resetting theme settings
# production:
# password:
# theme_id: "live"
# store: your-shop.myshopify.com
# ignore_files:
#- settings_data.json # Uncomment this line to avoid resetting theme settings
@davelowensohn
Copy link
Author

Because slate migrate inexplicably doesn't do this for you.

@ScottJr
Copy link

ScottJr commented Jan 6, 2021

Because Slate can't keep docs up for old Slate projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment