I'd like to avoid having to call loadNpmTasks lots of times, would be good if there was a way to invoke "require('load-grunt-tasks')(grunt);" This can be done right now by using insertVariable however it results in an unused variable which jshint then complains about.
I'd like to avoid having to call loadNpmTasks lots of times, would be good if there was a way to invoke "require('load-grunt-tasks')(grunt);" This can be done right now by using insertVariable however it results in an unused variable which jshint then complains about.