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

Optionally include non-production dependencies #8

Closed
mlinksva opened this issue Feb 16, 2018 · 1 comment · Fixed by #231
Closed

Optionally include non-production dependencies #8

mlinksva opened this issue Feb 16, 2018 · 1 comment · Fixed by #231
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@mlinksva
Copy link
Contributor

Dependency sources currently exclude non-production dependencies, e.g.:

npm_list_command("--parseable", "--production", "--long")

# Returns the bundle definition groups, excluding test and development
def groups
definition.groups - [:test, :development]
end

It might be good to have an option to include all dependencies, should a user wish to use licensed to track development dependencies as well as production.

@jonabc
Copy link
Contributor

jonabc commented Jun 23, 2018

As a note, the bundler source was updated to support including non-production dependencies in #54. This is shipped as part of the 1.2.0 release.

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

Successfully merging a pull request may close this issue.

2 participants