how to use sublime text 2 for grunt-shopify

只愿长相守 提交于 2019-12-12 06:21:06

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!