Skip to content

Commit ddc0f2a

Browse files
committed
Prevent duplicate source map entries
1 parent b28cf88 commit ddc0f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function jsSite() {
5858
}
5959

6060
function jsFolder(name) {
61-
return src("src/main/js/" + name + "/*.js")
61+
return src("src/main/js/" + name + "/*.js", { base: 'src/main/js' })
6262
.pipe(eslint())
6363
.pipe(eslint.format())
6464
.pipe(eslint.failAfterError())

0 commit comments

Comments
 (0)