asciidisco/grunt-imagine

registerTask -> registerMultiTask

darky opened this issue · 3 comments

registerTask -> registerMultiTask

You across all tasks use registerTask, but would be better use registerMultiTask.
Then developers can use several, for example, inlineImg:

inlineImg:
    task1:
        ***
    task2:
        **** 

Okay. Seems reasonable. As I do not have the time to get this feature in, are you interested in submitting a PR (including a short document on migration - if people need to change their existing config - in the README)?!