ElementUI / element-theme

Theme generator cli tool for Element.
MIT License
492 stars 142 forks source link

callback on completion #12

Closed dasantonym closed 7 years ago

dasantonym commented 7 years ago

not sure if you need this or prefer a more elegant solution, but i added this change to run the theme job in sequence with other tasks. this uses native promises and adds the dependency to run-sequence. please note that the tasks are still executed in parallel as i do not pass an array to the run-sequence module.