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

Fix error in ES2015 usage example #2100

Merged
merged 1 commit into from Jan 18, 2018
Merged

Conversation

demurgos
Copy link
Member

@demurgos demurgos commented Jan 18, 2018

The task clean was defined twice and the build task was missing in the ES2015 example.
This commit renames the second clean task to build to match the ES5 example.

Closes #2099

The task `clean` was defined twice and the `build` task was missing in
the ES2015 example.
This commit renames the second `clean` task to `build` to match the ES5
example.

Closes gulpjs#2099
@phated phated merged commit a4e8d48 into gulpjs:master Jan 18, 2018
@phated
Copy link
Member

phated commented Jan 18, 2018

Thanks @demurgos!

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

2 participants