Created
March 23, 2018 21:06
-
-
Save davelowensohn/b7ff3fffa9f994ad6516aac3b18d02f5 to your computer and use it in GitHub Desktop.
Shopify Slate config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
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
Because
slate migrate
inexplicably doesn't do this for you.