MOBILE-3264 gulp: Change gulp File to Vinyl

main
Pau Ferrer Ocaña 2020-01-24 15:09:09 +01:00
parent 6c775cb266
commit 064cd34e8e
1 changed files with 1 additions and 2 deletions

View File

@ -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' +