-1

I'm about to use the RequireJs plugin for Grunt. I found out that there are two plugins with the same functionality:

I am wondering if -contrib prefixed plugins are the trusted, maintained and officially supported ones by Grunt? Is this a pattern that developers should look for?

Thanks.

András Endre
  • 529
  • 5
  • 9
  • I'm voting to close this question as off-topic because this is not a programming question but a question about how the Grunt maintainers manage their project. – Louis May 27 '15 at 13:16

1 Answers1

0

Yes, the grunt-contrib-* naming convention is for official grunt plugins. See here: https://github.com/gruntjs/grunt-contrib

Xavier Priour
  • 2,121
  • 1
  • 12
  • 16