wilr / grunt-shopify

Grunt plug-in for publishing Shopify theme assets
BSD 3-Clause "New" or "Revised" License
107 stars 32 forks source link

New 'Sections' feature in themes #66

Closed e-dolan closed 7 years ago

e-dolan commented 7 years ago

Is there anyway to make this work with new themes that use 'Sections'? Get an error message using Grunt saying 'sections/collection.liquid not allowed by Shopify Whitelist'. Thanks.

wilr commented 7 years ago

@emmadolan thanks for using grunt-shopify. Have you got the latest version? This should be a whitelisted folder - https://github.com/wilr/grunt-shopify/blob/master/tasks/lib/shopify.js#L159-L168

sreckosmodis commented 7 years ago

@wilr there is a upload pattern missing here: https://github.com/wilr/grunt-shopify/blob/master/tasks/lib/shopify.js#L81 Can you add 'sections/*.*' to it? I can also create a PR for this, but might be easier, if you just add it.

Thanks!