Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Gulp ??? Second Edition

You're reading from   Getting Started with Gulp ??? Second Edition Automating web development workflows

Arrow left icon
Product type Paperback
Published in Apr 2017
Publisher Packt
ISBN-13 9781787283732
Length 132 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Travis Maynard Travis Maynard
Author Profile Icon Travis Maynard
Travis Maynard
Arrow right icon
View More author details
Toc

Table of Contents (7) Chapters Close

Preface 1. Introducing Gulp
2. Getting Started FREE CHAPTER
3. Understanding the Basics of Gulp
4. Performing Tasks with Gulp
5. Creating Advanced Tasks
6. Tips, Tricks, and Resolving Issues

Performing Tasks with Gulp

We have spent a lot of time preparing you for this moment. It is finally time to write some code. For this simple project, we will use a very basic Hello, world! style examples to demonstrate how Gulp accesses, modifies, and outputs our code and images.

Our project will create separate tasks that will process CSS, JavaScript, and images. For CSS, we will combine all of the files into a single file and then preprocess it to enable additional features in our code. For JavaScript, we will combine the files, check the code for errors, and minify it to reduce the overall file size. For images, we will use a plugin to compress and optimize them so our project will load faster and more efficiently.

Using Gulp plugins

Without plugins, Gulp is simply a means of connecting and organizing small bits of functionality. The plugins we are going to install will add the functionality we need to properly...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image