Level Up

A collection of resources for WordPress Developers, written and curated by experts

Posts tagged: Gulp

Using Npm Scripts as a Build Tool

There are typically two types of JavaScript build tools: task runners and module bundlers. In this article, we’ll look at how to use project specific npm build scripts as a… Read more

Jonathan

Jan 5, 2024

Grunt vs Gulp: Battle of the Build Tools

In JavaScript land, things move fast and technology advances at a crazy pace. Most modern applications are built using technologies like Vue.js and React, making use of module bundlers like… Read more

Gilbert Pellegrom

Jun 25, 2020