Skip to content

Commit

Permalink
Merge pull request #67 from ft-interactive/upgrade-node-18
Browse files Browse the repository at this point in the history
Upgrading to node 18
  • Loading branch information
JALWilliams authored Apr 6, 2023
2 parents 1bb6aa9 + 1939a7d commit 3e7f0ab
Show file tree
Hide file tree
Showing 4 changed files with 438 additions and 213 deletions.
4 changes: 3 additions & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ import revReplace from "gulp-rev-replace";
import revNapkin from "gulp-rev-napkin";
import plumber from "gulp-plumber";
import sourcemaps from "gulp-sourcemaps";
import sass from "gulp-sass";
import gulpSass from "gulp-sass";
import dartSass from "sass";
import rename from "gulp-rename";
import notify from "gulp-notify";

const $ = require("auto-plug")("gulp");
const sass = gulpSass(dartSass);

var onError = function (err) {
notify.onError({
Expand Down
Loading

0 comments on commit 3e7f0ab

Please sign in to comment.