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:
3b92dbe
)
add ico files to bundle
author
Dan Allen
<dan@opendevise.com>
Sat, 23 Jun 2018 23:02:40 +0000
(17:02 -0600)
committer
Dan Allen
<dan@opendevise.com>
Sat, 23 Jun 2018 23:02:40 +0000
(17:02 -0600)
tasks/build.js
patch
|
blob
|
history
diff --git
a/tasks/build.js
b/tasks/build.js
index
a17e3a6
..
03808dd
100644
(file)
--- a/
tasks/build.js
+++ b/
tasks/build.js
@@
-70,7
+70,7
@@
module.exports = (src, dest) => {
vfs.src('font/*.woff*(2)', opts),
- vfs.src('img/**/*.{jpg,png,svg}', opts).pipe(imagemin()),
+ vfs.src('img/**/*.{jpg,
ico,
png,svg}', opts).pipe(imagemin()),
vfs.src('helpers/*.js', opts),