Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step 1 of moving to ES6 #1149

Merged
merged 6 commits into from Nov 13, 2017
Merged

Step 1 of moving to ES6 #1149

merged 6 commits into from Nov 13, 2017

Conversation

dacarley
Copy link
Contributor

Summary of changes:
Updated out-of-date devDependencies
Added babel configuration
Removed bower and related files
Added esLint configuration and source annotations
Temoved jsHint configuration and source annotations
Moved graphic assets into assets folder, updated README.md
Switched to Gulp 4
Simplified and modularized the gulp build system.
Added a first-draft of a babel-based transpile step.

The .eslintrc files that are in the root of each package will be removed in future PRs, as each module is updated to ES6 syntax, eventually ending with a single .estlintrc at the root of the project, governing all lintable source.

@coveralls
Copy link

coveralls commented Oct 27, 2017

Coverage Status

Coverage remained the same at 85.538% when pulling 07f23b1 on blitzpredict:newBuild into 037b116 on ethereum:1.0ES6.

@@ -1,6 +1,6 @@
**PREVIEW RELEASE** This is a beta preview release with breaking changes! The current stable version is 0.20.0

<img src="https://github.com/ethereum/web3.js/raw/1.0/web3js.jpg" width=200 />
<img src="./assets/web3js.jpg" width=200 />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In order that this is shown in the GitHub readme, as well as NPM readme we need to put here the full URL

@frozeman frozeman merged commit 9d04d24 into web3:1.0ES6 Nov 13, 2017
@frozeman
Copy link
Contributor

Thank you so much for all that effort. i was at devcon3 the last weeks. Sorry for getting to this so late

@dacarley dacarley deleted the newBuild branch November 14, 2017 21:05
frozeman pushed a commit that referenced this pull request Apr 19, 2018
* First draft of babel+eslint+rollup

* Moved to gulp 4, improved some logging output during builds.

* Tweaks to the build process.

* Fixing the versioning task.

* Created separate copies of the .eslintrc files, one for each package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants