wilr / grunt-shopify

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

watch stopped working shopify:upload still works #62

Closed kevinmpowell closed 7 years ago

kevinmpowell commented 8 years ago

I used the watch method to upload only the files that have changed. I don't know what happened, but it stopped working overnight. shopify:upload still works.

I didn't change anything on my end, so I'm wondering if Shopify changed something on their end.

I'm getting this line in my console: >> [grunt-shopify] - Uploading "assets/myfile.css"

but I never get the: >> [grunt-shopify] - File "assets/myfile" uploaded unless I use shopify:upload

Obviously this is a huge issue since I don't want to have to manually upload every single one of my theme files when I make a change to one of them.

gapipro commented 7 years ago

Same issue here.

I get following error: {"type":"ShopifyConnectionError","message":"An error occurred with our connection to Shopify","detail":{"code":"EPROTO","errno":"EPROTO","syscall":"write"}

EDIT: This error means that your CREDENTIALS aren't correct!!!

wilr commented 7 years ago

Tested latest and works, please re-open if you can still reproduce.