Skip to content

Commit

Permalink
Add ready build standalone release of ethTweet-UI
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldonkey committed Feb 25, 2016
1 parent 18554d3 commit 1baf42b
Show file tree
Hide file tree
Showing 11 changed files with 4,494 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ reports/

# Build
build/
dist/
# Include standalone version in dist folder.
#dist/
semantic/dist/
.tmp
.cache/

Expand Down Expand Up @@ -65,4 +67,4 @@ obj/
.build/

# Changelog
CHANGELOG.md
CHANGELOG.md
693 changes: 693 additions & 0 deletions dist/app/dev/bundle.js

Large diffs are not rendered by default.

3,110 changes: 3,110 additions & 0 deletions dist/app/dev/common.js

Large diffs are not rendered by default.

565 changes: 565 additions & 0 deletions dist/app/dev/fonts/2980083682e94d33a66eef2e7d612519.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions dist/app/dev/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>App - app</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="App - app">
<!-- base url -->
<!-- <base href="/"> -->
</head>

<body>
<eth-state>Loading eth...</eth-state>
<script src="common.js"></script><script src="vendor.js"></script><script src="bundle.js"></script></body>

</html>
104 changes: 104 additions & 0 deletions dist/app/dev/vendor.js

Large diffs are not rendered by default.

0 comments on commit 1baf42b

Please sign in to comment.