Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@iamkeir
Created November 20, 2019 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamkeir/5365c05865d98e35afe8a74ba9db7ef1 to your computer and use it in GitHub Desktop.
Save iamkeir/5365c05865d98e35afe8a74ba9db7ef1 to your computer and use it in GitHub Desktop.
Example config.yml for use with Themekit
feature-name:
password: XXXXXXXXXX
theme_id: "XXXXXXXXXX"
store: xxxxxx.myshopify.com
timeout: 2m
ignore_files:
# Optiona: Ignore admin-changeable data to keep it safe
- settings_data.json
- locales/*
# Optional: ignore Slate-generated files so we can utilise Themekit commands, e.g. theme download
- snippets/icon-*
- assets/theme.js
- assets/theme.min.js
- assets/vendor.js
- assets/vendor.min.js
- assets/theme.scss.liquid
- assets/theme.css.liquid
- assets/checkout.scss.liquid
- assets/checkout.css.liquid
- assets/giftcard.js
- assets/giftcard.min.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment