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

bower 1.4.0 does not read .bowerrc upwards the directory tree #1763

Closed
cethink opened this issue Apr 1, 2015 · 4 comments
Closed

bower 1.4.0 does not read .bowerrc upwards the directory tree #1763

cethink opened this issue Apr 1, 2015 · 4 comments
Labels

Comments

@cethink
Copy link

cethink commented Apr 1, 2015

bower version 1.4.0

my project dir structre

/
├── .bowerrc
└── test
      ├── lib
      └── bower.json

my .bowerrc file

{
  "directory": "lib"
}

when run

> cd test && bower install

the component was installed into bower_components, not the lib, when I use bower#1.3.12, it worked fine.

@sheerun
Copy link
Contributor

sheerun commented Apr 1, 2015

This is clearly connected to https://github.com/bower/config/pull/24

We need to double check this behavior.

@sheerun sheerun added the bug label Apr 1, 2015
@sheerun sheerun closed this as completed in 3350810 Apr 1, 2015
@sheerun
Copy link
Contributor

sheerun commented Apr 1, 2015

I released 1.4.1 with appropriate fix. Could you confirm?

@cethink
Copy link
Author

cethink commented Apr 1, 2015

Done, without errors.

Good job!

@cethink
Copy link
Author

cethink commented Apr 1, 2015

I like the .1, happy ending happy day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants