Introduction to Gulp JavaScript Task Runner - Step by Step Tutorial

preview_player
Показать описание
Learn to work with Gulp to automate tasks such as converting Sass to CSS, minify JavaScript, and concatenate files automatically.

-------------------
Рекомендации по теме
Комментарии
Автор

It took me 2 days and watching like 20 different videos before I found yours and it made sense. Thanks! You should change the title to Step by Step tutorial for Gulp. This deserves way more views

noegarcia
Автор

#1) Loved the vid, you have a new sub.

#2) Wanted to point out one thing that's changed w/GULP that would effect anyone copying your code. Now in GULP-4, you can't do gulp.watch('js/scripts/*.js', ['scripts']). . .You must pass a function now, instead of an array. In other words the ['scripts'] part of the code will throw an error. It must be gulp.series('scripts')) or gulp.parallel('scripts').
I had just run into this problem tonight before watching this vid, thought I'd mention it to save anyone from this problem.

#3) Thanks again for the great video(s)! Can't wait for more.

Colstonewall
Автор

One of the better Gulp videos out here. This video was super helpful for me.

Jatlas
Автор

lot of tutorials i see but this is very nice and easy to understand

anuradhanalluri
Автор

Thank you. Learned something new today with this great video.

chipmark
Автор

This helped so much! Thank you for the work you put into this.

ryanacevedo
Автор

Richard, thanks for this tutorial. What about the links within the HTML files? Can you post an example of the glob code to replace the links with the concatenated, minified versions in the HTML files?

gravity_media
Автор

Gulp is having issues now. I've downloaded it for a project and found that gulp, gulp-sass, and browser-sync have vulnerabilities in their latest versions.

gmanpublications
Автор

I've tried doing this several times now and I still get the same error:


AssertionError [ERR_ASSERTION]: Task function must be specified


Anyone has any suggestions to what the problem is? - My code is identical to this one..

nielslytzdk
Автор

Strange how a developer can just casually ignore Linux. Win and Mac this and that. Well it's probably ok, and you are way smarter than me, but still it amuses me. :)

-ahvilable-