diff options
author | Dan Finlay <somniac@me.com> | 2016-07-27 06:15:40 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-27 06:15:40 +0800 |
commit | 2368c2993d44375203e0b85158bac707489d1137 (patch) | |
tree | 5038c8dc02720a221e52d9bfaae78e334de24a16 /.nvmrc | |
parent | 04f755a132e80fc018e42e2104f6c6feffeb183f (diff) | |
download | dexon-wallet-2368c2993d44375203e0b85158bac707489d1137.tar.gz dexon-wallet-2368c2993d44375203e0b85158bac707489d1137.tar.zst dexon-wallet-2368c2993d44375203e0b85158bac707489d1137.zip |
Add platform specific builds and zip tasks (#486)
* Add platform specific folders to dist folder
* Remove gulp hacks
* Add platform specific bundling
dev and dist tasks now build into platform-specific folders within the `dist` folder.
Added tasks `gulp zip` and `gulp dist`.
`zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder.
`dist` builds and then zips all at once.
* Fix chrome bundle zipping
* Fix broken reference in eth warning
* Fix but where web3.eth.accounts are not available in firefox.
* Bump changelog
Diffstat (limited to '.nvmrc')
-rw-r--r-- | .nvmrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -v6.0.0 +v6.3.1 |