Themekit: 0.6.2 Windows File Paths are broken in 0.6.2

Created on 4 Jan 2017  路  3Comments  路  Source: Shopify/themekit

After updating to 0.6.2 on Windows 10 Pro I get the following log entry and an abrupt quit when I run > theme replace:

08:58:23 [development]Asset config/settings_data.json filtered based on ignore patterns

Nothing is logged further and the command quits.

My config looks like:

development:
  password: xxxxxxxxxx
  theme_id: "123"
  store: my-fake-store.myshopify.com
  timeout: 120s # helps with big files
  ignore_files:
    - app/
    - node_modules/
    - tmp/
    - Brocfile.js
    - Procfile
    - readme.md

I have reverted to 0.6.1 and successfully run > theme replace.

I may be able to help troubleshoot in the next few days if you have ideas.

Thanks!

All 3 comments

@tbeseda you can actually take out those ignores now since now the actions are only performed on theme folders (templates, config, assets, ect.) so those folders and the files in the main directory will no longer be touched.

However this is probably an issue with windows paths with ignores, I will look into it.

I have confirmed the issue with this now and will have a fix for it soon.

I have just release a version v0.6.3 that will fix this issue. Theme kit has had some issue with handling windows paths but I have done some work today to hopefully isolate this code so that it won't be effected in the future.

Was this page helpful?
0 / 5 - 0 ratings