Created
November 20, 2019 23:42
-
-
Save iamkeir/5365c05865d98e35afe8a74ba9db7ef1 to your computer and use it in GitHub Desktop.
Example config.yml for use with Themekit
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
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