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

Gulp tasks defined with module.exports are not recognized #105

Closed
cyberbiont opened this issue Jun 22, 2020 · 1 comment
Closed

Gulp tasks defined with module.exports are not recognized #105

cyberbiont opened this issue Jun 22, 2020 · 1 comment
Labels
bug Something isn't working completed

Comments

@cyberbiont
Copy link

That's it. Tasks, defined by assigning an object to module.exports, are ignored. E.g.

module.exports = {
  myTask: taskFn,
  anotherTask: anotherTaskFn
}
@spmeesseman spmeesseman added bug Something isn't working good first issue Good for newcomers todo labels Sep 26, 2020
@spmeesseman
Copy link
Owner

should be fixed in next release (azure pipelines is partially down at the moment, live accident or something)

@spmeesseman spmeesseman added completed and removed good first issue Good for newcomers todo labels Feb 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working completed
Projects
None yet
Development

No branches or pull requests

2 participants