【发布时间】:2014-03-05 10:47:33
【问题描述】:
我在 Webstorm 中使用 File Watchers 来调用批处理文件。 该批处理文件包含一个 Ant 调用命令,如下所示:
call ant "clean" "debug" "compress" -f C:\Users\cm\workspace2\Games\jsfiles\PokerGame\build\build.xml
每次我保存更改的 js 文件时,File Watchers 都会触发,并且永远不会停止它的调用。
图为我在Webstorm中对File Watcher的配置。
我做错了什么?
【问题讨论】:
标签: javascript batch-file ant webstorm jetbrains-ide