How to run two grunt watch tasks simultaneously

前端 未结 9 1045
情歌与酒
情歌与酒 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:48

    Just change the port address and the livereload port. For eg. if the port is 9000 change it to 8000 and live reload from 35729 to 36729

提交回复
热议问题