Hey Everyone,
I’m just getting into Grunt and Node.js for the first time this week and I’m trying to set up my Shopify workflow based on this guy’s starter workflow. I set up my gruntfile.js file just like he did, but my browser doesn’t reload automatically when I save. I’m not using a local server, but rather seeing my changes in the Shopify developer’s environment.
I guess I haven’t wrapped my head around how grunt-contrib-watch works yet. How does it connect to your browser and know to reload? Am I missing something here?
Thanks