From 064cd34e8e71bd0827cfb10b14c54f50824454a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Fri, 24 Jan 2020 15:09:09 +0100 Subject: [PATCH] MOBILE-3264 gulp: Change gulp File to Vinyl --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 426ea8cc2..e90e7bad4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -5,12 +5,11 @@ var gulp = require('gulp'), path = require('path'), slash = require('gulp-slash'), clipEmptyFiles = require('gulp-clip-empty-files'), - gutil = require('gulp-util'), + File = require('vinyl'), flatten = require('gulp-flatten'), npmPath = require('path'), concat = require('gulp-concat'), bufferFrom = require('buffer-from') - File = gutil.File, exec = require('child_process').exec, license = '' + '// (C) Copyright 2015 Moodle Pty Ltd.\n' +