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

Support options object #1

Open
mweststrate opened this issue Jun 23, 2019 · 1 comment
Open

Support options object #1

mweststrate opened this issue Jun 23, 2019 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mweststrate
Copy link
Owner

For some relative dependencies, one might want to customize whether (or how) a build should be triggered, what paths should be watched, etc. So instead of just specifying a path string as dependency, it should also be possible to specify an object with several options. Example:

"relativeDependencies": {
  "dep": { 
    "path": "../", 
    "build": false, 
    "excludes": ["dist"] 
  }
}
@mweststrate mweststrate added enhancement New feature or request good first issue Good for newcomers labels Jun 23, 2019
@rifler
Copy link

rifler commented Jul 23, 2019

maybe this config should be inside dependency?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants