Skip to content

Instantly share code, notes, and snippets.

@hildissent
hildissent / gulpfile.js
Last active April 13, 2022 08:05
gulpfile - gulp 4, jekyll, tailwindcss, purged (css), minified (css, js, and html), and cache-busting.
"use strict";
//
// PLUGINS
//
const autoprefixer = require("autoprefixer");
const browsersync = require("browser-sync").create();
const clean = require("gulp-clean");
const concat = require("gulp-concat");