Skip to content

Commit 442bf03

Browse files
committed
fix(gulp): fix path separator
1 parent 285ebdb commit 442bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ gulp.task('build:client', ['transpile:client', 'styles', 'html'], () => {
377377
.pipe(assets)
378378
.pipe(appFilter)
379379
.pipe(plugins.addSrc.append('.tmp/templates.js'))
380-
.pipe(plugins.concat('app\\app.js'))
380+
.pipe(plugins.concat('app/app.js'))
381381
.pipe(appFilter.restore())
382382
.pipe(jsFilter)
383383
.pipe(plugins.ngmin())

0 commit comments

Comments
 (0)