Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 WebStorm中通过以下方式设置了 Jade 文件观察器。但是,它不会生成任何 HTML 文件。
如何使用 WebStorm 9.0.3 将 Jade 文件转换为 HTML 文件?
您在程序字段中指定了错误的 Jade 路径。您是否在全球范围内安装了 Jade?请运行'npm install jade -g',然后通过运行在您的系统终端中测试jade 'jade <your jade file>.jade'。然后在您的文件观察器中将安装的翡翠脚本的路径指定为“程序”
'npm install jade -g'
'jade <your jade file>.jade'