forked from EVOgeek/Vmeda.Online
commit
498c502089
|
@ -5,12 +5,11 @@ var gulp = require('gulp'),
|
||||||
path = require('path'),
|
path = require('path'),
|
||||||
slash = require('gulp-slash'),
|
slash = require('gulp-slash'),
|
||||||
clipEmptyFiles = require('gulp-clip-empty-files'),
|
clipEmptyFiles = require('gulp-clip-empty-files'),
|
||||||
gutil = require('gulp-util'),
|
File = require('vinyl'),
|
||||||
flatten = require('gulp-flatten'),
|
flatten = require('gulp-flatten'),
|
||||||
npmPath = require('path'),
|
npmPath = require('path'),
|
||||||
concat = require('gulp-concat'),
|
concat = require('gulp-concat'),
|
||||||
bufferFrom = require('buffer-from')
|
bufferFrom = require('buffer-from')
|
||||||
File = gutil.File,
|
|
||||||
exec = require('child_process').exec,
|
exec = require('child_process').exec,
|
||||||
license = '' +
|
license = '' +
|
||||||
'// (C) Copyright 2015 Moodle Pty Ltd.\n' +
|
'// (C) Copyright 2015 Moodle Pty Ltd.\n' +
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -135,11 +135,11 @@
|
||||||
"gulp-flatten": "^0.4.0",
|
"gulp-flatten": "^0.4.0",
|
||||||
"gulp-rename": "^1.3.0",
|
"gulp-rename": "^1.3.0",
|
||||||
"gulp-slash": "^1.1.3",
|
"gulp-slash": "^1.1.3",
|
||||||
"gulp-util": "^3.0.8",
|
|
||||||
"lodash.template": "^4.5.0",
|
"lodash.template": "^4.5.0",
|
||||||
"node-loader": "^0.6.0",
|
"node-loader": "^0.6.0",
|
||||||
"through": "^2.3.8",
|
"through": "^2.3.8",
|
||||||
"typescript": "^2.6.2",
|
"typescript": "^2.6.2",
|
||||||
|
"vinyl": "^2.2.0",
|
||||||
"webpack-merge": "^4.1.2"
|
"webpack-merge": "^4.1.2"
|
||||||
},
|
},
|
||||||
"browser": {
|
"browser": {
|
||||||
|
|
Loading…
Reference in New Issue