如何将 sublime text 2 用于 grunt-shopify

how to use sublime text 2 for grunt-shopify

我对 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. ?

非常感谢,非常感谢!

您需要在/shop文件夹根目录下执行命令grunt watch:shopify。您需要让 window(您在其中 运行 该命令)保持打开状态,然后开始更改您的资产文件。如果所有设置都正确,您应该会在终端中看到通知 window 保持打开状态。