Skip to content

Commit dcb00b1

Browse files
committed
Removed bootswatch-dist and small fix to gulpfile.js. Fixes #116
1 parent 8bd5939 commit dcb00b1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

bower.json

-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
],
2121
"dependencies": {
2222
"jquery": "2.1.3",
23-
"bootswatch-dist": "3.3.2-spacelab",
2423
"fontawesome": "4.3.0",
2524
"lodash": "3.2.0",
2625
"angular": "1.3.13",
@@ -62,7 +61,6 @@
6261
}
6362
},
6463
"resolutions": {
65-
"lodash": "3.2.0",
6664
"angular": "1.3.13",
6765
"bootbox": "4.4.0"
6866
}

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ gulp.task('templates-dist', function() {
106106
* Vendors
107107
*/
108108
gulp.task('vendors', function() {
109-
var bowerStream = mainBowerFiles();
109+
var bowerStream = gulp.src(mainBowerFiles());
110110

111111
return es.merge(
112112
bowerStream.pipe(g.filter('**/*.css')).pipe(dist('css', 'vendors')),

0 commit comments

Comments
 (0)