firstandthird / load-grunt-config

Grunt plugin that lets you break up your Gruntfile config by task
firstandthird.github.io/load-grunt-config/
MIT License
374 stars 64 forks source link

async tasks #117

Closed nmccready closed 9 years ago

nmccready commented 9 years ago

How do you register async tasks with this api?

jgallen23 commented 9 years ago

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