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 support for save and save-exact in .bowerrc #2161

Merged
merged 1 commit into from Jan 29, 2016

Commits on Jan 29, 2016

  1. add support for save and save-exact in .bowerrc

    The install command now supports designating "save" and "save-exact"
    values in .bowerrc. If the `--save` flag is not used, but the config
    file sets "save" to true, the command will behave as if the `--save`
    option was specified. The same is true of `--save-exact` if
    "save-exact" is set to true in `.bowerrc`.
    
    The uninstall command will also behave as if the `--save` flag had
    been specified if "save" is set to true in `.bowerrc`.
    blcook223 committed Jan 29, 2016
    Copy the full SHA
    394dd7c View commit details
    Browse the repository at this point in the history