In this video, I'm going to show you how to combine all CSS files into a single file using Gulp and the Gulp Concat plugin.
Do you prefer reading the textual version of this?
Link to the Article: https://rapidevelop.org/javascript/gu...
Table of Contents:
00:00 Introduction
00:38 Install Gulp Concat Plugin
00:53 Create a Gulp Task to Concatenate CSS Files
01:08 Select the Source CSS Files
02:00 Concatenate the Selected Files
02:16 Write the Concatenated CSS File into Disk
02:36 Run the Concatenation Task
GitHub Repository: https://github.com/rapidevelop/ex_gul...
#GulpJS #JavaScript #WebDevelopment