diff -r fa9e24e46968 -r 2b99fed0285e client/annot-client/gulpfile.js --- a/client/annot-client/gulpfile.js Fri Apr 17 15:32:19 2015 +0200 +++ b/client/annot-client/gulpfile.js Sat Apr 18 09:37:57 2015 +0200 @@ -50,18 +50,6 @@ .pipe(plugins.filesize()); }); -var vendorJSsrc = [ - '!./bower_components/**/*.min.js', - '!./bower_components/bootstrap/Gruntfile.js', - '!./bower_components/bootstrap/grunt/*', - '!./bower_components/bootstrap/js/*', - '!./bower_components/jquery/src/**/*', - '!./bower_components/angular-bootstrap/ui-bootstrap.js', - './bower_components/jquery/dist/jquery.js', - './bower_components/angular/angular.js', - './bower_components/**/*.js' -]; - gulp.task('vendorJS', function(){ //concatenate vendor JS files return gulp.src(mainBowerFiles())