grunt-contrib-<pluginName> 包是否被 Grunt 官方支持?
grunt-contrib-<pluginName> packages are officially supported by Grunt?
我即将使用 Grunt 的 RequireJs 插件。我发现有两个插件具有相同的功能:
- grunt-contrib-requirejs (https://github.com/gruntjs/grunt-contrib-requirejs)
- grunt-requirejs (https://github.com/asciidisco/grunt-requirejs)
我想知道 -contrib 前缀插件是否是 Grunt 信任、维护和官方支持的插件?这是开发人员应该寻找的模式吗?
谢谢。
是的,grunt-contrib-* 命名约定适用于官方 grunt 插件。
看这里:https://github.com/gruntjs/grunt-contrib
我即将使用 Grunt 的 RequireJs 插件。我发现有两个插件具有相同的功能:
- grunt-contrib-requirejs (https://github.com/gruntjs/grunt-contrib-requirejs)
- grunt-requirejs (https://github.com/asciidisco/grunt-requirejs)
我想知道 -contrib 前缀插件是否是 Grunt 信任、维护和官方支持的插件?这是开发人员应该寻找的模式吗?
谢谢。
是的,grunt-contrib-* 命名约定适用于官方 grunt 插件。 看这里:https://github.com/gruntjs/grunt-contrib