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

Commit

Permalink
release: 3.3.2
Browse files Browse the repository at this point in the history
because the default behavior of browserify is to only transform half my app into es2015.
  • Loading branch information
tayvano committed Nov 28, 2016
1 parent d210805 commit 7127426
Show file tree
Hide file tree
Showing 11 changed files with 85,168 additions and 89,289 deletions.
2 changes: 1 addition & 1 deletion app/includes/header.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<div class="tagline">
<span style="max-width: 375px" translate="CX_Tagline">Open Source JavaScript Client-Side Ether Wallet Chrome Extension</span>
}
&middot; v3.3.1 &middot;
&middot; v3.3.2 &middot;
<span class="dropdown">
<a href="#" class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
<ul class="dropdown-menu" ng-show="dropdown" style="display:none;" id="langDrop">
Expand Down
2 changes: 1 addition & 1 deletion chrome-extension/cx-wallet.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="tagline">
<span style="max-width: 375px" translate="CX_Tagline">Open Source JavaScript Client-Side Ether Wallet Chrome Extension</span>

&middot; v3.3.1 &middot;
&middot; v3.3.2 &middot;
<span class="dropdown">
<a href="#" class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
<ul class="dropdown-menu" ng-show="dropdown" style="display:none;" id="langDrop">
Expand Down
87,222 changes: 42,580 additions & 44,642 deletions chrome-extension/js/etherwallet-master.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion chrome-extension/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MyEtherWallet CX",
"version": "3.3.1",
"version": "3.3.2",
"manifest_version": 2,
"description": "MyEtherWallet Chrome Extension",
"homepage_url": "https://www.myetherwallet.com/",
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@



&middot; v3.3.1 &middot;
&middot; v3.3.2 &middot;
<span class="dropdown">
<a href="#" class="dropdown-toggle" ng-click="dropdown = !dropdown"> {{curLang}} <span class="caret"></span></a>
<ul class="dropdown-menu" ng-show="dropdown" style="display:none;" id="langDrop">
Expand Down
87,222 changes: 42,580 additions & 44,642 deletions dist/js/etherwallet-master.js

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ var js_destFolder = dist + 'js/'
var js_destFolder_CX = dist_CX + 'js/'
var js_destFile = 'etherwallet-master.js'
var browseOpts = { debug: true } // generates inline source maps - only in js-debug
var babelOpts = { presets: ['es2015'], compact: false }
var babelOpts = { presets: ['es2015'],
compact: false,
global: true
}

function bundle_js(bundler) {
return bundler.bundle()
Expand Down
Binary file removed releases/chrome-extension-v3.3.0.zip
Binary file not shown.
Binary file not shown.
Binary file removed releases/dist-v3.3.0.zip
Binary file not shown.
Binary file not shown.

0 comments on commit 7127426

Please sign in to comment.