我是Node.js,Grunt甚至是Sublime text 2
的新手遵循这个简短的教程:https://www.otreva.com/web-development/shopify-desktop-theme-editor-windows-linux/
我想我终于达到了第6步(最后)。我需要知道的是如何完成第6步“grunt watch:shopify
”
任何人都可以给我一个指针吗?我在哪里以及如何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.
?
非常感谢你,我非常感谢先进!!
答案 0 :(得分:1)
您需要在/ shop文件夹根目录下执行命令grunt watch:shopify
。您需要打开窗口(运行该命令的窗口),然后开始更改资产文件。如果所有设置都正确,您应该会看到终端窗口中的通知处于打开状态。