grunt-connect 和 grunt-contrib-connect 有什么区别?

What is the difference between grunt-connect and grunt-contrib-connect?

我看到问题源于混淆 grunt-connectgrunt-contrib-connect(参见 grunt connect port option ignored and grunt watch & connect

鉴于它们的相似性和冲突性,有人可以描述它们的句法差异以及任何功能差异吗?

grunt-connect

  • 当你想无限期地 运行 服务器时,例如在网络服务器上(注意:这不是 g运行t 的目的,而是使用 g运行t 来处理文件,然后像 nodejs 或 apache HTTP 服务器,来托管处理过的文件)。

grunt-contrib-connect

  • 当您想要启动网络服务器以供 其他 g运行t 任务 使用时。

grunt-serve

  • 这类似于 grunt-connect,也是我在 my projects 中使用的。