asciidisco / grunt-imagine

Grunt tasks for optimizing & inlining images
MIT License
153 stars 21 forks source link

registerTask -> registerMultiTask #57

Open darky opened 10 years ago

asciidisco commented 10 years ago

?!?

darky commented 10 years ago

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

inlineImg:
    task1:
        ***
    task2:
        **** 
asciidisco commented 10 years ago

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)?!