Gulp

Gulp is a task/build runner for development. It allows you to do a lot of stuff within your development workflow. You can compile sass files, uglify and compress js files and much more. The kicker for gulp is that its a streaming build system which doesn't write temp files. Created by LevelUpTuts.


Average Course Length

1.5 hours


Skill Level

Beginner


Pick a lesson


1: Installing & Introducing Gulp
2: Using Plugins & Minifying JavaScript
3: Named Tasks
4: Watching Files With Gulp
5: Compiling Sass With Gulp
6: Keep Gulp Running With Plumber
7: Handling Errors Without Plumber
8: LiveReload With Gulp
9: Easy Image Compression
10: Automatic Browser Prefixing
11: Gulp Resources & What's Next