Skip to content

Commit 42668a1

Browse files
authored
Merge pull request #29 from petenickless/staging
2 parents 774c48c + ca7e15e commit 42668a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

gulpfile.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ let copy_book = function () {
6262
.pipe(dest('./dist/'));
6363
}
6464

65+
let copy_whitepaper = function () {
66+
return src('./src/swarm-whitepaper.pdf')
67+
.pipe(dest('./dist/'));
68+
}
69+
70+
6571
// exports.inline_js_css = inline_js_css;
6672
exports.default = series(
6773
inline_fonts1,
@@ -72,5 +78,6 @@ exports.default = series(
7278
inline_fonts6,
7379
inline_imgs,
7480
inline_js_css,
75-
copy_book
81+
copy_book,
82+
copy_whitepaper
7683
);

src/swarm-whitepaper.pdf

337 KB
Binary file not shown.

0 commit comments

Comments
 (0)