diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-07-05 14:34:15 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-07-05 14:34:15 -0400 |
commit | 7716c3d46116722b7d6b4cc5470956f203376b7f (patch) | |
tree | a071bf544d32a3f5a740b549b584a3bd4187e947 /grunt.js | |
parent | be58dcf708bcb8ba087d0979515afd0673554ff8 (diff) | |
download | jquery-ui-7716c3d46116722b7d6b4cc5470956f203376b7f.tar.gz jquery-ui-7716c3d46116722b7d6b4cc5470956f203376b7f.zip |
Grunt: Use grunt-git-authors plugin to generate authors list.
Diffstat (limited to 'grunt.js')
-rw-r--r-- | grunt.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -85,6 +85,7 @@ grunt.loadNpmTasks( "grunt-css" ); grunt.loadNpmTasks( "grunt-html" ); grunt.loadNpmTasks( "grunt-compare-size" ); grunt.loadNpmTasks( "grunt-junit" ); +grunt.loadNpmTasks( "grunt-git-authors" ); // local testswarm and build tasks grunt.loadTasks( "build/tasks" ); |