Closed dominikwilkowski closed 9 years ago
I found the reason why the watch failed:
shopify: {
files: [
'shopify/assets/**',
'shopify/config/**',
'shopify/snippets/**',
'shopify/layout/**',
'shopify/templates/**',
],
tasks: [
'shopify',
],
},
The path cannot have ./
prepended to it. Removing it worked.
Hope this helps someone else ;)
👏
Hi there,
I would love to use this plugin but I don't seem to be able to get it to run.
this is my grunt task:
this is my watch:
And this is the output I get:
When I run
grunt shopify:upload
I get this:Btw I am using a very fresh and updated node install. (Might be a new version that breaks compatibility?)
Any idea?