Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Commit

Permalink
Static files (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonfraga authored Nov 16, 2018
1 parent 179803e commit 284905f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "standard-minifier-js",
"version": "2.3.2"
},
"totalMinifiedBytes": 2930734,
"totalMinifiedGzipBytes": 743564,
"totalMinifiedBytes": 2931004,
"totalMinifiedGzipBytes": 743670,
"minifiedBytesByPackage": {
"packages/meteor.js": 8962,
"packages/standard-minifiers.js": 38,
Expand Down Expand Up @@ -1081,12 +1081,12 @@
"app/client/lib/ethereum/observeEvents.js": 348,
"app/client/lib/ethereum/observePendingConfirmations.js": 1191,
"app/client/lib/ethereum/observeTokens.js": 2264,
"app/client/lib/ethereum/observeTransactions.js": 6792,
"app/client/lib/ethereum/observeTransactions.js": 6801,
"app/client/lib/ethereum/observeWallets.js": 114176,
"app/client/lib/ethereum/tokenInterface.js": 1200,
"app/client/lib/ethereum/walletConnector.js": 1895,
"app/client/lib/ethereum/walletInterface.js": 29207,
"app/client/lib/helpers/helperFunctions.js": 9502,
"app/client/lib/helpers/helperFunctions.js": 9699,
"app/client/lib/helpers/templateHelpers.js": 2441,
"app/client/lib/thirdparty/ace.js": 338148,
"app/client/lib/thirdparty/mode-java.js": 26353,
Expand Down Expand Up @@ -1114,14 +1114,14 @@
"app/client/templates/elements/executeContract.js": 5057,
"app/client/templates/elements/selectableUnit.js": 1113,
"app/client/templates/elements/tokenBox.js": 763,
"app/client/templates/elements/transactionTable.js": 4983,
"app/client/templates/elements/transactionTable.js": 5003,
"app/client/templates/elements/vulnerabilities.js": 637,
"app/client/templates/layout/header.js": 1722,
"app/client/templates/views/account.js": 5418,
"app/client/templates/views/account_create.js": 5319,
"app/client/templates/views/contracts.js": 5174,
"app/client/templates/views/dashboard.js": 1044,
"app/client/templates/views/send.js": 11461,
"app/client/templates/views/send.js": 11505,
"app/client/index.js": 591,
"app/client/mist.js": 1278,
"app/client/routes.js": 1978,
Expand Down
2 changes: 1 addition & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" type="text/css" class="__meteor-css__" href="b5c0100a3fba3970004889019e9de74240e11f74.css?meteor_css_resource=true">
<script type="text/javascript">__meteor_runtime_config__ = JSON.parse(decodeURIComponent("%7B%22meteorRelease%22%3A%22METEOR%401.6.1%22%2C%22ROOT_URL_PATH_PREFIX%22%3A%22%22%2C%22meteorEnv%22%3A%7B%22NODE_ENV%22%3A%22production%22%7D%2C%22ROOT_URL%22%3A%22%22%7D"));</script>
<script type="text/javascript" src="c343094781f62cf18159e309d76082c04627c34b.js"></script>
<script type="text/javascript" src="8f16113a04929a5e54ac1c6fbe1e0f272eae43bb.js"></script>
<script type="text/javascript">Meteor.disconnect();</script>
<meta charset="utf-8">
<title>Ethereum Wallet</title>
Expand Down

0 comments on commit 284905f

Please sign in to comment.