Update to node 14

This commit is contained in:
2026-03-21 19:19:38 +01:00
parent ab80722be8
commit 3b17f9c53c
7 changed files with 749 additions and 1219 deletions
+4 -1
View File
@@ -6,7 +6,8 @@ const gulp = require('gulp');
const _ = require('lodash');
const gulpif = require('gulp-if');
const rev = require('gulp-rev');
const sass = require('gulp-sass');
const gulpSass = require('gulp-sass');
const dartSass = require('sass');
const shell = require('gulp-shell');
const cssnano = require('gulp-cssnano');
const imagemin = require('gulp-imagemin');
@@ -26,6 +27,8 @@ const HASH = _.range(0, 10).map(() => chars[Math.floor(Math.random() * chars.len
let development = true;
const sass = gulpSass(dartSass);
function swallowError(e) {
console.log(e.message);
this.emit('end');