albertinad / brackets-bower

Bower integration in Brackets.
MIT License
47 stars 9 forks source link

Packages installed in top level directory instead of selected directory #5

Closed jorisroovers closed 9 years ago

jorisroovers commented 10 years ago

When installing a package, it get's installed in the top level directory of the project and not in the currently selected directory.

I'm using Brackets 34.1 on Ubuntu 13.10.

njx commented 10 years ago

That's as designed currently, but I could imagine adding the ability to target the selected folder, though it might be a little ambiguous since you might have just selected that folder for some other reason.

Would you want it to install in a "bower_components" folder inside the selected folder, or just directly into that folder?

schlypel commented 10 years ago

could be that this is whats asked for here: https://github.com/njx/brackets-bower/issues/10

amccampos commented 10 years ago

It would be nice if the extension also creates a default .bowerrc if it doesn't exist. The user can then change it.

albertinad commented 9 years ago

Hi all! .bowerrc file is now supported, the version 0.1.6 is ready at the brackets registry.