问题
I am very new to Node.js, Grunt and even Sublime text 2
Following this short tutorial: https://www.otreva.com/web-development/shopify-desktop-theme-editor-windows-linux/
I think I've finally reached the 6th (last) step. All I need to know is how to complete step 6 'grunt watch:shopify
'
Can anyone give me a pointer on this? Where and how do I Start the Grunt and watch it upload your theme files within ‘/shop/’ each time you modify and save them! Make sure you leave the terminal window open.
?
Thank you so much and I really appreciate it in advanced!!
回答1:
You need to execute the command grunt watch:shopify
at the /shop folder root. You need to leave the window(in which you run that command) open and then start making changes to your asset files. If all has been setup correctly, you should see notifications in the terminal window left open.
来源:https://stackoverflow.com/questions/28338824/how-to-use-sublime-text-2-for-grunt-shopify