diff --git a/.gitignore b/.gitignore index 34c248d..dfbbdc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ node_modules/ js/bundle.js css/stylesheet.css + +#!node_modules/vue/dist/vue.min.js +#!node_modules/bootstrap/dist/css/bootstrap.min.css diff --git a/README.md b/README.md index 0a09e08..23eeaeb 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,7 @@ Just type [`git.io/veth`](https://git.io/veth) to use it ⚡️ ## Local usage -If for any reason you don't want to use the version hosted by Github pages, download / clone the project and open `index.html` with your web browser. - -⚠ For some reason, some browsers such as chrome disallow multi-thread computation when run from a local file. +Check out the [wiki page](https://github.com/bokub/vanity-eth/wiki/Download-Vanity-ETH) ## Local development @@ -23,8 +21,10 @@ npm i npm i -g gulp ``` -Run the watcher to compile while you code +Run the watcher to compile CSS/JS while you code ```sh gulp watch # or npm run-script watch ``` + +The Travis CI bot is in charge of building and deploying Vanity-ETH to Github pages. diff --git a/gulpfile.js b/gulpfile.js index 144916e..91f32ed 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,6 +58,7 @@ gulp.task('build', ['build-js', 'build-css'], cb => { gulp.src('.gitignore'), replace('js/bundle.js', ''), replace('css/stylesheet.css', ''), + replace('#', ''), gulp.dest('./') ], cb); }); diff --git a/index.html b/index.html index 8b76bd4..e9f315b 100644 --- a/index.html +++ b/index.html @@ -7,15 +7,12 @@
As explained above, everything is computed in your browser. Nothing ever leaves your machine, or
even your browser tab.
- Once the page is loaded, you can turn off your internet connection and everything will work
- perfectly fine.
+ You can download the latest build of Vantiy-ETH from
+ Github and use it
+ completely offline.
Vanity-ETH uses a cryptographically secure pseudorandom number generator (CSPRNG) to generate
Ethereum addresses.