プラグイン毎にgrunt.loadNpmTasks()を追加する必要が無くなるload-grunt-tasksを紹介するよgrunt load-grunt-tasksについて grunt.loadNpmTasks()を、プラグインを読み込む毎に追加するのは面倒です。そういう時にload-grunt-tasksが便利です。 load-grunt-taksは、globbing patternを使って、gruntの複数のタスクを読む込むプラグインです。 globbing patternというのは、ワイルドカードを使ったパターンマッチングのことです。 実際にload-grunt-tasksを使うと、 grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNp