New
Using Gulp to create multiple asset bundles
Posted: Monday, 22 February 2021
In this post, I am going to talk about the process of refactoring a gulpfile (a JavaScript file that is read by Gulp, which contains instructions on how to complete tasks) to keep tasks DRY (Don’t Repeat Yourself) and reusable, while producing multiple bundles for different use cases.