Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bonita
bonita-documentation-theme
Commits
d1ba0d1b
Commit
d1ba0d1b
authored
May 13, 2022
by
benjaminParisel
Browse files
improve formating on gulp file
parent
e7cbc511
Changes
1
Show whitespace changes
Inline
Side-by-side
gulp.d/tasks/build.js
View file @
d1ba0d1b
...
...
@@ -17,8 +17,14 @@ const map = (transform) => new Transform({ objectMode: true, transform })
const
through
=
()
=>
map
((
file
,
enc
,
next
)
=>
next
(
null
,
file
))
const
config
=
{
libsJs
:
[
'
node_modules/@docsearch/js/dist/umd/index.js
'
,
'
node_modules/asciinema-player/dist/bundle/asciinema-player.min.js
'
],
libsCss
:
[
'
node_modules/@docsearch/css/dist/style.css
'
,
'
node_modules/asciinema-player/dist/bundle/asciinema-player.css
'
],
libsJs
:
[
'
node_modules/@docsearch/js/dist/umd/index.js
'
,
'
node_modules/asciinema-player/dist/bundle/asciinema-player.min.js
'
],
libsCss
:
[
'
node_modules/@docsearch/css/dist/style.css
'
,
'
node_modules/asciinema-player/dist/bundle/asciinema-player.css
'
],
}
module
.
exports
=
(
src
,
dest
,
preview
)
=>
()
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment