Skip to content

Commit

Permalink
build dist into packages/web3/dist,fix web3#1041
Browse files Browse the repository at this point in the history
  • Loading branch information
gasolin committed Jan 30, 2018
1 parent dd55daa commit d739449
Show file tree
Hide file tree
Showing 56 changed files with 329,201 additions and 16,431 deletions.
1 change: 0 additions & 1 deletion dist/web3.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var bower = require('bower');
var streamify = require('gulp-streamify');
var replace = require('gulp-replace');

var DEST = path.join(__dirname, 'dist/');
var DEST = path.join(__dirname, 'packages', 'web3', 'dist/');

var packages = [{
fileName: 'web3',
Expand Down
3 changes: 3 additions & 0 deletions packages/web3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ Please read the [documentation][docs] for more.
```bash
npm install web3
```

[docs]: http://web3js.readthedocs.io/en/1.0/
[repo]: https://github.com/ethereum/web3.js
Loading

0 comments on commit d739449

Please sign in to comment.