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

feat(gulp): add support for gulp tasks #103

Closed
11 tasks
dmccaffery opened this issue Jun 26, 2017 · 1 comment
Closed
11 tasks

feat(gulp): add support for gulp tasks #103

dmccaffery opened this issue Jun 26, 2017 · 1 comment
Assignees
Milestone

Comments

@dmccaffery
Copy link
Member

dmccaffery commented Jun 26, 2017

Condo should detect gulpfile.* files within the project and automatically execute gulp tasks with the following names:

  • - ci
  • - build
  • - condo

In order to do this, the following must be true:

  • - detect gulpfile.*
  • - detect npm
  • - use npm to install gulp (if defined in package.json -- we will not install manually)
  • - use the local gulp install to list available gulp tasks
  • - execute one of the following gulp tasks, in ascending order of priority:
    • - condo
    • - ci
    • - build

If multiple matching supported gulp tasks exist, execute only one of them based on the the first match from the list above in order.

@dmccaffery dmccaffery added this to the vnext milestone Jun 26, 2017
@dmccaffery dmccaffery self-assigned this Jun 26, 2017
@dmccaffery dmccaffery changed the title feat(gulp): add support for gulp feat(gulp): add support for gulp tasks Jun 26, 2017
@dmccaffery
Copy link
Member Author

Closing as gulp has been largely deprecated by the web community. Will revisit later if requested.

@ghost ghost removed the ready label Jan 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant