projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
715626c
)
fix lint error in Gulp build
author
Dan Allen
<dan@opendevise.com>
Sun, 30 Dec 2018 11:01:06 +0000
(
04:01
-0700)
committer
Dan Allen
<dan@opendevise.com>
Sun, 30 Dec 2018 11:01:06 +0000
(
04:01
-0700)
gulpfile.js/index.js
patch
|
blob
|
history
diff --git
a/gulpfile.js/index.js
b/gulpfile.js/index.js
index
64c4795
..
d2f2396
100644
(file)
--- a/
gulpfile.js/index.js
+++ b/
gulpfile.js/index.js
@@
-15,7
+15,7
@@
const { remove, lintCss, lintJs, format, build, pack, previewPages, previewServe
const glob = {
all: [srcDir, previewSrcDir],
css: `${srcDir}/css/**/*.css`,
- js: ['gulpfile.js/**/*.js', `${srcDir}/{helpers,js}/**/*.js`]
+ js: ['gulpfile.js/**/*.js', `${srcDir}/{helpers,js}/**/*.js`]
,
}
const cleanTask = task({