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

enable ES6 support and make it work with gulp 4.0.0-alpha #8

Closed
wants to merge 9 commits into from
Closed

enable ES6 support and make it work with gulp 4.0.0-alpha #8

wants to merge 9 commits into from

Conversation

geekflyer
Copy link

was discussed in gulpjs/gulp#830.

In this PR I did 2 things:

  • merged the gulp-cli master into 4.0, where master was 2 ahead of 4.0, because of ES6 support
  • renamed the versioned folder from 4.0.0 to 4.0.0-alpha so that the gulp bootstrap also accepts a local pre-release version of gulp (i.e. gulp 4.0.0-alpha)

@geekflyer geekflyer changed the title make it work with gulp 4.0.0-alpha and enable ES6 support enable ES6 support and make it work with gulp 4.0.0-alpha Jan 11, 2015
@phated
Copy link
Member

phated commented Jan 11, 2015

Thanks. I am going to rebase 4.0 onto master instead of ending up with the merge and duplicate commits. I also added tests for prereleases in phated/semver-greatest-satisfied-range to make sure it supported alpha, etc.

@phated
Copy link
Member

phated commented Jan 11, 2015

Updated the 4.0 branch and also fixed the version number in gulp (it wasn't a well formed semver prerelease). Thanks for catching these.

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