Gulp from Scratch: Browser-Sync Stream changes without Reload

preview_player
Показать описание
:: Support Me ::

:: Join the Forum ::

:: Tutorial Series ::

:: My Website ::

:: Follow me on ::
Рекомендации по теме
Комментарии
Автор

Your courses are really helpful. Thanks a lot for sharing those for free.

ritaravinsky
Автор

Fantastic tutorial - I wish I had found you earlier !! Now it all makes sense :)

jabbergabber
Автор

I tried laragon (alternative on windows as you were using) as you've suggested in other video and it was so good. It is very fast, gonna say good bye to XAMPP for servicing me for how many years. Gotta love the auto reloading. Quite sad that I could not get to work on the SSL part on google chrome, always denying my certificates. Don't want to use firefox so just gotta stay http.

Anyhow, nice video!

vigilancer
Автор

very nice! and if want to inject html changes without reloading, how should i use?

RicardoCastrodesign
Автор

Ciao Alessandro,

Since you decided not to use Gulp anymore,
are you planning to make a series about webpack.js and Laravel Mix?

What were your main criteria against Gulp?

lcapocer
Автор

Does it work also on html and php? without reloading the browser but still see the changes?

mabuctv
Автор

i would like to know how to integrate the gulp in the plugin

annisahamid
Автор

Hey Alex.

I have an weird scenario here. Both of the gulp.watch "HTML" and "PHP" only reload on the first change. and no reload on subsequent changes.
I am running gulp4 here.

My codes:

function watch() {
gulp.watch('./**/*.html', reload)
gulp.watch('./**/*.php', reload)
}

module.exports = { watch };

dreakensun
Автор

can you send me the this tutorial series code files i am tired of error thanks

iamomman