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

Add the ability to define an install path per dependency #5

Open
kodie opened this issue Sep 22, 2021 · 0 comments
Open

Add the ability to define an install path per dependency #5

kodie opened this issue Sep 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@kodie
Copy link
Member

kodie commented Sep 22, 2021

This would probably only be able to be set via the JSON file, I'm thinking something like this:

{
  "settings": {
    "gpm": {
      "install-path": {
        "*": "content/gpm_modules",
        "eduardoboucas/include-media": "content/scss/vendor"
      }
    }
  },
  "dependencies": {
     "derek-watson/jsuri": "1.3.1",
     "eduardoboucas/include-media": "1.4.10"
  }
}

This is kind of related to #2

I think also if you used the install command to install a specific package and set both the --install-path and --save options and the install path is different than the default one, it would set the install path in the JSON file.

@kodie kodie added the enhancement New feature or request label Sep 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant