Gulp Pipeline update

I encountered some errors compiling old projects using my old node workflow which turned out to be the result of a lot of the packages being deprecated. gyp ERR! stack Error: Can’t find Python executable “python”, you can set the PYTHON env variable. Luckily it was an easy fix, I simple had to install the […]

Gulp! My assets pipeline 2.0 on WIndows

This is an update to my previous setup I wrote about on: How I build my assets pipeline on Windows using NodeJS. This time around I use Gulp to simplify things and add more automation. First up, you’ll need to install gulp globally (npm i -g gulp) if you haven’t yet, then install it in […]