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

Improve the Gulpfile #10362

Closed
timvandermeij opened this issue Dec 17, 2018 · 0 comments · Fixed by #13490
Closed

Improve the Gulpfile #10362

timvandermeij opened this issue Dec 17, 2018 · 0 comments · Fixed by #13490
Labels

Comments

@timvandermeij
Copy link
Contributor

Recently we upgraded to Gulp 4. However, the following things still need to be addressed in some way:

  • If a task series is executed with an anonymous function inside it, we'll see Starting '<anonymous>' in the output, which isn't that great. We need to either suppress it or use named functions.
  • If a task is private, it should be hidden in some way. For example, gh-pages-prepare is only used in the public web target and should not be used on its own, however currently it shows in the default gulp output since it's a regular task. Perhaps we should mark them with an underscore?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant