client/gulpfile.js
changeset 44 5eab9718182b
parent 0 cef349423167
child 49 88cd0bb61c12
--- a/client/gulpfile.js	Fri Mar 27 16:31:42 2015 +0100
+++ b/client/gulpfile.js	Fri Mar 27 16:33:30 2015 +0100
@@ -54,12 +54,15 @@
 
 var vendorJSsrc = [
   '!./bower_components/**/*.min.js',
-  '!./bower_components/bootstrap/Gruntfile.js',
-  '!./bower_components/bootstrap/grunt/*',
-  '!./bower_components/bootstrap/js/*',
+  '!./bower_components/bootstrap/**/*',
   '!./bower_components/jquery/src/**/*',
-  '!./bower_components/angular-bootstrap/ui-bootstrap.js',
+  '!./bower_components/**/index.js',
+  './bower_components/bootstrap/dist/css/*',
   './bower_components/jquery/dist/jquery.js',
+  './bower_components/angular/angular.js',
+  './bower_components/angular-route/angular-route.js',
+  './bower_components/angular-resource/angular-resource.js',
+  './bower_components/angular-bootstrap/ui-bootstrap.js',
   './bower_components/**/*.js'
 ];