diff --git a/templates/common/root/_gulpfile.js b/templates/common/root/_gulpfile.js index 8e6783ee9..a3d70234b 100644 --- a/templates/common/root/_gulpfile.js +++ b/templates/common/root/_gulpfile.js @@ -153,10 +153,10 @@ gulp.task('test', ['start:server:test'], function () { gulp.task('bower', function () { return gulp.src(paths.views.main) .pipe(wiredep({ - directory: yeoman.app + '/bower_components', + directory: './bower_components', ignorePath: '..' })) - .pipe(gulp.dest(yeoman.app + '/views')); + .pipe(gulp.dest(yeoman.app)); }); ///////////