Answer the question
In order to leave comments, you need to log in
How to convert browser-sync command to gulp?
Now I use this command
browser-sync start --proxy="localhost:80" --files="*.html, *.css , *.php"
it spawns my php server and monitors html css and php files, but I you also need to process sass files, and it's better to do it in a gallop.
How to convert this command into a gulp task?
Answer the question
In order to leave comments, you need to log in
add a sass processing task to dependency so that before launching the browser it will convert your sass to css
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question