How to run two grunt watch tasks simultaneously

前端 未结 9 1054
情歌与酒
情歌与酒 2020-12-12 16:29

Is it possible to run two watch tasks simultaneously?

I understand that I can have any number of tasks I want inside watch settings and just launch grun

9条回答
  •  死守一世寂寞
    2020-12-12 16:50

    I know this not answer directly to the question, but my solution is now to use Gulp instead of Grunt. With Gulp you code and not only configure. So you are more free to do what you want.

    JM.

提交回复
热议问题