Skip to content

Instantly share code, notes, and snippets.

View damiandominella's full-sized avatar
💭
🚀

dodo damiandominella

💭
🚀
  • Golee
  • San Marino / Milan / Remotely
View GitHub Profile
@jeromecoupe
jeromecoupe / webstoemp-gulpfile.js
Last active April 11, 2025 08:17
Gulp 4 sample gulpfile.js. For a full explanation, have a look at https://www.webstoemp.com/blog/switching-to-gulp4/
"use strict";
// Load plugins
const autoprefixer = require("autoprefixer");
const browsersync = require("browser-sync").create();
const cp = require("child_process");
const cssnano = require("cssnano");
const del = require("del");
const eslint = require("gulp-eslint");
const gulp = require("gulp");