Shopify / shopify_theme

A console tool for interacting with Shopify Theme Assets.
http://shopify.github.io/shopify_theme
MIT License
645 stars 135 forks source link

Config not respecting whitelist #156

Closed craigmdennis closed 9 years ago

craigmdennis commented 9 years ago

I have the following config.yml placed in the root of the Shopify theme


---
:api_key: [ redacted ]
:password: [ redacted ]
:store: [ redacted ]
:theme_id: [ redacted ]
:whitelist_files:
- assets/all.css.liquid
- assets/all.js
- layout/
- snippets/
- templates/

I run a Gulp task to compile all of the Shopify assets which clears the assets directory before copying files back. Regardless of when I set in the whitelist_files, theme watch always uploads the whole assets directory.

csaunders commented 9 years ago

A patch has been merged into master and the next gem release will include it. There's one more thing that needs to go out and a new gem should be available.