File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var glob = require('glob');
3
3
var gulp = require ( "gulp" ) ;
4
4
var shelljs = global . shelljs = global . shelljs || require ( 'shelljs' ) ;
5
5
6
- gulp . task ( 'copy-source' , function ( ) {
6
+ gulp . task ( 'copy-source' , function ( done ) {
7
7
var localeJson = glob . sync ( __dirname + '/src/app/**/*' , {
8
8
silent : true ,
9
9
ignore : [ '/src/app/common/**/*.*' , '/src/app/common' ]
@@ -16,6 +16,7 @@ gulp.task('copy-source', function () {
16
16
}
17
17
}
18
18
}
19
+ done ( ) ;
19
20
} ) ;
20
21
21
22
gulp . task ( 'build' , function ( done ) {
Original file line number Diff line number Diff line change 61
61
"core-js" : " ^2.5.4" ,
62
62
"fs" : " 0.0.1-security" ,
63
63
"fuse.js" : " ^3.2.0" ,
64
- "glob" : " ^7.1.6" ,
65
- "gulp" : " ^4.0.2" ,
66
64
"marked" : " ^0.3.19" ,
67
65
"rxjs" : " ~6.2.0" ,
68
- "shelljs" : " ^0.8.4" ,
69
66
"tributejs" : " ^3.7.3" ,
70
67
"zone.js" : " ~0.8.26"
71
68
},
77
74
"@types/jasmine" : " 2.8.9" ,
78
75
"@types/jasminewd2" : " ~2.0.3" ,
79
76
"@types/node" : " ~8.9.4" ,
77
+ "glob" : " ^7.1.6" ,
78
+ "gulp" : " ^3.9.1" ,
79
+ "shelljs" : " ^0.8.1" ,
80
80
"codelyzer" : " ~4.3.0" ,
81
81
"jasmine-core" : " ~2.99.1" ,
82
82
"jasmine-spec-reporter" : " ~4.2.1" ,
You can’t perform that action at this time.
0 commit comments