-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Review examples and the way they're built
This to avoid having to carry unneeded dependencies in the library. I use a symlink as a trick to make the module available to the examples without having to require it explicitly as a dependency This commit also makes 'deploy.sh' less verbose & fix example publication - If the tag doesn't already exist, it displays an error message in the console which we ought to ignore. - Also, the publication to gh-pages was completely broken. It will now nicely create a single commit with only the exported artefacts and get back to master. Finally, we are making examples a bit more sexy - Review overall look-and-feel (colors, fonts, sizes, etc.) - Remove the 'clientId' input and hard-code a demo clientId - Display current 'Model' next to the actual content
- Loading branch information
Showing
5 changed files
with
176 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"type": "application", | ||
"source-directories": [ | ||
"src" | ||
], | ||
"elm-version": "0.19.0", | ||
"dependencies": { | ||
"direct": { | ||
"elm/browser": "1.0.0", | ||
"elm/core": "1.0.0", | ||
"elm/html": "1.0.0", | ||
"elm/http": "1.0.0", | ||
"elm/json": "1.0.0", | ||
"elm/url": "1.0.0", | ||
"truqu/elm-base64": "2.0.4" | ||
}, | ||
"indirect": { | ||
"elm/regex": "1.0.0", | ||
"elm/time": "1.0.0", | ||
"elm/virtual-dom": "1.0.0" | ||
} | ||
}, | ||
"test-dependencies": { | ||
"direct": {}, | ||
"indirect": {} | ||
} | ||
} |
Binary file not shown.
Oops, something went wrong.