Relative Content

Tag Archive for gulp

VS Code and Gulp 5.0 / Gulp Cli 3.0

I´m trying to copy some files between folders without success. This is my program: const gulp = require(‘gulp’); const using = require(‘gulp-using’) const fs = require(‘fs’); const gzip = require(‘gulp-gzip’); const flatmap = require(‘gulp-flatmap’); const path = require(‘path’); const htmlmin = require(‘gulp-htmlmin’); const cssmin = require(‘gulp-cssmin’); const uglify = require(‘gulp-uglify’); const pump = require(‘pump’); const […]

VS Code and Gulp 5.0 / Gulp Cli 3.0

I´m trying to copy some files between folders without success. This is my program: const gulp = require(‘gulp’); const using = require(‘gulp-using’) const fs = require(‘fs’); const gzip = require(‘gulp-gzip’); const flatmap = require(‘gulp-flatmap’); const path = require(‘path’); const htmlmin = require(‘gulp-htmlmin’); const cssmin = require(‘gulp-cssmin’); const uglify = require(‘gulp-uglify’); const pump = require(‘pump’); const […]

gulp template precompile broken

In the process of trying to update the following I have broken it. I changed require to import but it is obvious that I need to do more – can anyone help? It currently reports