Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit a59954a

Browse files
committed
fix(gen) gulpfile.js fixes
Some fixes after testing #1299
1 parent 28064ce commit a59954a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/common/root/_gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ gulp.task('serve', function (cb) {
152152
gulp.task('serve:prod', function() {
153153
$.connect.server({
154154
root: [yeoman.dist],
155-
livereload: true
155+
livereload: true,
156156
port: argv.port || 80,
157157
middleware: serveStaticBower
158158
});
@@ -171,7 +171,7 @@ gulp.task('test', ['start:server:test'], function () {
171171
gulp.task('bower', function () {
172172
return gulp.src(paths.views.main)
173173
.pipe(wiredep({
174-
directory: /*yeoman.app + */'/bower_components',
174+
directory: /*yeoman.app + */'./bower_components',
175175
ignorePath: '..'
176176
}))
177177
// .pipe(gulp.dest(yeoman.app + '/views'));

0 commit comments

Comments
 (0)