diff options
| author | XhmikosR <[email protected]> | 2020-07-08 12:46:23 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-09-10 11:56:02 +0300 |
| commit | ea5d55513995ae600dab4efed3e72f634530b900 (patch) | |
| tree | 94d105ac9948629d798a847b10b851651b931781 /build/zip-examples.js | |
| parent | 135c78a043f5189f64bc4c5c90e2e794fcdc656f (diff) | |
| download | bootstrap-ea5d55513995ae600dab4efed3e72f634530b900.tar.xz bootstrap-ea5d55513995ae600dab4efed3e72f634530b900.zip | |
Fix the remaining instances using the old logos.
Diffstat (limited to 'build/zip-examples.js')
| -rw-r--r-- | build/zip-examples.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/zip-examples.js b/build/zip-examples.js index 222706cb4..bf50a0af6 100644 --- a/build/zip-examples.js +++ b/build/zip-examples.js @@ -35,8 +35,8 @@ sh.cp('-Rf', `_gh_pages/docs/${versionShort}/examples/*`, folderName) sh.cp('-Rf', `_gh_pages/docs/${versionShort}/dist/`, `${folderName}/assets/`) // also copy the two brand images we use in the examples sh.cp('-f', [ - `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-outline.svg`, - `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-solid.svg` + `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-logo.svg`, + `_gh_pages/docs/${versionShort}/assets/brand/bootstrap-logo-white.svg` ], `${folderName}/assets/brand/`) sh.rm(`${folderName}/index.html`) |
