Closed greghopkins closed 10 years ago
thanks @greghopkins but this was addressed in the latest beta. You'll be able to do:
module.exports = function(grunt) {
return {
default: ['task1']
}
}
Let me know if the beta works for you. I'm planning on releasing it soon.
I should have looked a bit closer. That solves my issue. Keep up the good work!
I duplicated a bit of your logic to enable the aliases file to contain function definitions that need access to the grunt object.
As an example,
Due to the simplicity of the change, I did not add a test. You currently have
aliases.yml
, so I didn't want to remove and/or mess with it. With this change, your tests still succeed.