A
A
Artem2017-01-25 03:39:14
gulp.js
Artem, 2017-01-25 03:39:14

How to run gulp-watch in the background?

Hello, is it possible to run gulp-watch in the background? I understand that you can open a new tab in the terminal, but I don't really want to produce them. I would like to work in the same tab with different tasks or run other yesterdays the
desired interaction in the terminal:
start the first yesterday 1
run dachshund 1 or some other gulp command or npm command
run dachshund 2 or some other gulp command or npm command
run yesterday 2
stop yesterday 1 by running some taxi
start taxi 3 or some other gulp command or npm command
etc.
Thanks in advance.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sim3x, 2017-01-25
@sim3x

screen
or
gulp >/dev/null 2>&1 &
killall -15 gulp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question