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');
33var gulp = require ( "gulp" ) ;
44var shelljs = global . shelljs = global . shelljs || require ( 'shelljs' ) ;
55
6- gulp . task ( 'copy-source' , function ( ) {
6+ gulp . task ( 'copy-source' , function ( done ) {
77 var localeJson = glob . sync ( __dirname + '/src/app/**/*' , {
88 silent : true ,
99 ignore : [ '/src/app/common/**/*.*' , '/src/app/common' ]
@@ -16,6 +16,7 @@ gulp.task('copy-source', function () {
1616 }
1717 }
1818 }
19+ done ( ) ;
1920} ) ;
2021
2122gulp . task ( 'build' , function ( done ) {
Original file line number Diff line number Diff line change 6161 "core-js" : " ^2.5.4" ,
6262 "fs" : " 0.0.1-security" ,
6363 "fuse.js" : " ^3.2.0" ,
64- "glob" : " ^7.1.6" ,
65- "gulp" : " ^4.0.2" ,
6664 "marked" : " ^0.3.19" ,
6765 "rxjs" : " ~6.2.0" ,
68- "shelljs" : " ^0.8.4" ,
6966 "tributejs" : " ^3.7.3" ,
7067 "zone.js" : " ~0.8.26"
7168 },
7774 "@types/jasmine" : " 2.8.9" ,
7875 "@types/jasminewd2" : " ~2.0.3" ,
7976 "@types/node" : " ~8.9.4" ,
77+ "glob" : " ^7.1.6" ,
78+ "gulp" : " ^3.9.1" ,
79+ "shelljs" : " ^0.8.1" ,
8080 "codelyzer" : " ~4.3.0" ,
8181 "jasmine-core" : " ~2.99.1" ,
8282 "jasmine-spec-reporter" : " ~4.2.1" ,
You can’t perform that action at this time.
0 commit comments