sindresorhus/load-grunt-tasks

Not an issue but a code-maintainability warning

Closed this issue · 1 comments

One of our developers used this plugin to auto-wire-up the npm packages to our gruntfile.

The problem is now that we want to clean-up the gruntfile and prune no-longer-used npm dependencies.

Alas we can no longer explicitly see which ones we are using from our gruntfile. I now have to manually trace them back.

I can't really think of a good way around that as this module has no idea which tasks you actually use.