Closed nmccready closed 9 years ago
How do you register async tasks with this api?
load-grunt-config just configures your tasks, it doesn't create tasks. You'll still use the grunt.registerTask to define your task and then load-grunt-config to pass in options and set up aliases
How do you register async tasks with this api?