D
D
Dmitry Denisov2015-08-01 09:27:30
css
Dmitry Denisov, 2015-08-01 09:27:30

How to refresh page after phpstorm task?

Recently, the question arose, is it possible to somehow implement, so that after executing the task in phpStorm, when sass is compiled into css, also update the page of the site that is being worked on?
There are 2 monitors connected, it would be convenient to make changes and see them live without manually reloading the page on the site (we are talking about a local server).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
nonlux, 2015-08-01
@nonlux

gulp -watch + gulp -livereload will give you the functionality you need.
In principle, you can still shove the sass compilation there. then nothing will need to be launched, updated at all. Just write code

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question