2
0
Fork 0

Merge pull request #2254 from crazyserver/MOBILE-3264

Mobile 3264
main
Juan Leyva 2020-01-29 12:32:02 +01:00 committed by GitHub
commit 498c502089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 144 additions and 348 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' +

487
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -135,11 +135,11 @@
"gulp-flatten": "^0.4.0",
"gulp-rename": "^1.3.0",
"gulp-slash": "^1.1.3",
"gulp-util": "^3.0.8",
"lodash.template": "^4.5.0",
"node-loader": "^0.6.0",
"through": "^2.3.8",
"typescript": "^2.6.2",
"vinyl": "^2.2.0",
"webpack-merge": "^4.1.2"
},
"browser": {