projects
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5270e05
)
use equal sign in option hint so it can be selected with double click
author
Dan Allen
<dan@opendevise.com>
Tue, 28 Apr 2020 09:48:56 +0000
(
03:48
-0600)
committer
Dan Allen
<dan@opendevise.com>
Tue, 28 Apr 2020 09:48:56 +0000
(
03:48
-0600)
gulpfile.js
patch
|
blob
|
history
diff --git
a/gulpfile.js
b/gulpfile.js
index
395c46e
..
25ce769
100644
(file)
--- a/
gulpfile.js
+++ b/
gulpfile.js
@@
-73,7
+73,7
@@
const bundlePackTask = createTask({
destDir,
buildDir,
bundleName,
- (bundlePath) => !process.env.CI && log(`Antora option: --ui-bundle-url
${bundlePath}`)
+ (bundlePath) => !process.env.CI && log(`Antora option: --ui-bundle-url
=
${bundlePath}`)
),
})