albertinad / brackets-bower

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

Feature Request: Use bower.json outside of root #58

Closed shaneparsons closed 9 years ago

shaneparsons commented 9 years ago

Just thought it'd be great to be able to use / point to the bower.json from a sub-directory

(ex. src/ bower.json)

As it stands now, doing so just leads to a bower.json not found!

albertinad commented 9 years ago

Hi @shaneparsons ! That feature is implemented in the last version. I'm having issues to uploading it to the brackets registry, but you can manually download it and drag it to the extension manager (or unzip it to the brackets extensions users folder). By default, the extension will take as current working directory, your current project root path, to change it you just need to go to the project tree viewer panel, click on the folder you want to set as the current working directory

Let me know if that works for you.

Thanks! bower-001

shaneparsons commented 9 years ago

Perfect, works great!