grunt watch task block the command line

前端 未结 5 1238
天涯浪人
天涯浪人 2021-02-05 12:36

I\'m new to grunt, still learning, so I came up to a very strange problem. When I run \"watch\" task, my command line becomes blocked, so basically I cant do anythi

5条回答
  •  时光取名叫无心
    2021-02-05 13:08

    I find it simpler to just stop the watch process by pressing Ctrl and c at the same time. Then I can use the command line then to do stuff then run grunt watch again when Im ready to go back to the browser.

提交回复
热议问题