Closed FallenRiteMonk closed 9 years ago
Hy,
I noticed that running the loadNpmTast multiple times with the same parameter leads to the task beeing loaded multiple times in the created Gruntfile.
So calling
gruntfile.loadNpmTasks('grunt-contrib-watch'); gruntfile.loadNpmTasks('grunt-contrib-watch');
leads to
grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-watch');
in the Gruntfile.
If you have to call gruntfile.loadNpmTasks multiple time please use an array instead
Hy,
I noticed that running the loadNpmTast multiple times with the same parameter leads to the task beeing loaded multiple times in the created Gruntfile.
So calling
leads to
in the Gruntfile.