Skip to content

Commit 54a8417

Browse files
ivnnvdplewis
authored andcommitted
Fixes logo don't being added to /out (#1035)
* fix logo dont being added to /out * change case for "Assets" folder
1 parent 1ce1b6b commit 54a8417

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed
File renamed without changes.

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<p align="center">
2-
<img alt="Parse Platform" src="Assets/logo large.png" width="200">
3-
</a>
2+
<img alt="Parse Platform" src="img/logo_large.png" width="200">
43
</p>
54

65
<h2 align="center">Parse SDK for JavaScript</h2>

jsdoc-conf.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@
99
},
1010
"templates": {
1111
"default": {
12-
"outputSourceFiles": false
12+
"outputSourceFiles": false,
13+
"staticFiles": {
14+
"include": [
15+
"./Assets"
16+
]
17+
}
1318
},
1419
"cleverLinks": false,
1520
"monospaceLinks": false

0 commit comments

Comments
 (0)