wilr / grunt-shopify

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

Fix bug where customer templates wouldn't upload #41

Closed graygilmore closed 10 years ago

graygilmore commented 10 years ago

This was a problem when using grunt shopify:upload without passing a specific file.

graygilmore commented 10 years ago

@ctalkington would you rather see:

'templates/*.*'
'templates/customers/*.*'
ctalkington commented 10 years ago

correct, as that follows shopify limits.

graygilmore commented 10 years ago

Thanks, fixed the PR.

ctalkington commented 10 years ago

missing comma :)

jarednorman commented 10 years ago

:+1: