Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
Added icon and set up build process.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Jul 4, 2018
1 parent f491188 commit cde57a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default:
mint build && \
rm -rf ../mint/src/assets/docs-viewer && \
mv dist ../mint/src/assets/docs-viewer
File renamed without changes.
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "mint-docs-viewer",
"application": {
"head": "assets/head.html",
"icon": "assets/icon.png",
"title": "Documentation"
},
"source-directories": [
Expand Down
2 changes: 1 addition & 1 deletion source/Application.mint
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ store Application {
if (status == Status::Initial) {
do {
response =
Http.get("http://localhost:3002/_/documentation.json")
Http.get("http://localhost:3002/documentation.json")
|> Http.send()

json =
Expand Down

0 comments on commit cde57a6

Please sign in to comment.