Skip to content

Commit 857cbac

Browse files
committed
tweak glob to match js vendor files
1 parent 4898e9a commit 857cbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulp.d/tasks/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ module.exports = (src, dest, preview) => () => {
7070
// NOTE concat already uses stat from newest combined file
7171
.pipe(concat('js/site.js')),
7272
vfs
73-
.src('js/vendor/*([^.])?(.bundle).js', { ...opts, read: false })
73+
.src('js/vendor/+([^.])?(.bundle).js', { ...opts, read: false })
7474
.pipe(bundle(opts))
7575
.pipe(uglify({ output: { comments: /^! / } })),
7676
vfs

0 commit comments

Comments
 (0)