meeech / shopify.tmbundle

A bundle for interacting with Shopify Theme Assets.
http://meeech.github.com/shopify.tmbundle/
136 stars 31 forks source link

When Upload fails, hint to user why #4

Open meeech opened 14 years ago

meeech commented 14 years ago

When an upload fails, let user know it could be due to invalid .liquid example: was trying to upload product.liquid, kept getting 403. error was missing % on a } would be nice if there was a liquid linter to pass it through before upload :)

meeech commented 13 years ago

the assets API doesn't give meaningful messages on failure. have made a request.

meeech commented 13 years ago

update: just noticed api now returns more info in errors. so this bug back on.