SBoudrias / gruntfile-editor

An API to modify a Gruntfile.js content
MIT License
40 stars 10 forks source link

Add support for load-grunt-tasks #28

Closed keirlawson closed 9 years ago

keirlawson commented 9 years ago

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.

keirlawson commented 9 years ago

Duplicate of https://github.com/SBoudrias/gruntfile-editor/issues/9