albertinad / brackets-bower

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

Packages are not saved in bower.json #9

Closed ashmind closed 9 years ago

ashmind commented 10 years ago

I am not sure if I understand this correctly (I am not an expert on bower), but shouldn't the package list be saved into bower.json?

I suppose it would require some way to distinguish dev and normal dependencies.

njx commented 10 years ago

That's a good question. The original intention of this was just to have an easy way to download common JS frameworks into the current project, rather than to do the full-on bower workflow. But it would make sense to have some kind of preference to also update the bower.json. I'll have to think about the best way to add this.

albertinad commented 9 years ago

bower.json support is now available and also is configurable to save or not the package installed using Quick Search. The new version is available at the registry. Thanks!