Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Outillage
prezbuilder
Commits
7a1f5746
Commit
7a1f5746
authored
May 10, 2020
by
Guillaume Perréal
Browse files
Corrige l'erreur qui se produit quand on utilise un revealjs externe.
parent
13f411ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
gulpfile.esm.js
View file @
7a1f5746
...
...
@@ -37,7 +37,7 @@ export const graphs = () =>
export
const
pdf
=
()
=>
src
(
PDF_GLOB
).
pipe
(
wkhtmltopdf
()).
pipe
(
dest
(
DEST_DIR
));
const
noop
=
()
=>
false
;
const
noop
=
()
=>
Promise
.
resolve
(
false
)
;
export
const
[
build_revealjs
,
watch_revealjs
]
=
(
function
(
url
)
{
if
(
url
.
startsWith
(
"
http
"
))
{
...
...
Write
Preview
Markdown
is supported
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