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.
我正在开发一个 Assemble (v0.4.x) 插件,需要使用 Grunt API 来完成一些任务。我注意到 Assemble 在传递给插件的参数中包含 Grunt。有什么特别的原因我应该使用这个 Grunt 而不是自己需要它吗?
我问是因为我也在构建用于测试插件的装置。如果我在模块中不需要 Grunt,那么我必须在运行测试之前将 grunt 添加到夹具中。
如果你使用gruntAssemble 传递的,它确保你总是使用相同的 Grunt 实例。这在 v0.5 中应该更容易,因为 Assemble 不依赖于 Grunt。
grunt