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
fe6e04b0
Commit
fe6e04b0
authored
May 03, 2020
by
Guillaume Perréal
Browse files
Ajoute l'icône PDF.
parent
2f9fd247
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/file_pdf.png
0 → 100644
View file @
fe6e04b0
3.71 KB
gulpfile.js
View file @
fe6e04b0
...
...
@@ -7,9 +7,12 @@ const drawio = require("./lib/drawio");
const
index
=
require
(
"
./lib/index
"
);
const
SRC_DIR
=
process
.
env
.
SRC
||
"
src
"
;
const
DEST_DIR
=
process
.
env
.
OUTPUT
||
"
public
/
"
;
const
DEST_DIR
=
process
.
env
.
OUTPUT
||
"
public
"
;
const
ASSET_GLOB
=
`
${
SRC_DIR
}
/**/*.{png,gif,jpg,svg}`
;
const
ASSET_GLOB
=
[
`
${
SRC_DIR
}
/**/*.{png,gif,jpg,svg}`
,
__dirname
+
"
/assets/**/*
"
,
];
const
PREZ_GLOB
=
`
${
SRC_DIR
}
/**/index.md`
;
const
GRAPH_GLOB
=
`
${
SRC_DIR
}
/**/*.drawio`
;
...
...
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