albertinad / brackets-bower

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

enhancement: Install only production packages #83

Open mrroot5 opened 8 years ago

mrroot5 commented 8 years ago

Is there any option to install only production packages? If not, can you add one please?.

JKVeganAbroad commented 8 years ago

Just to clarify your meaning:

Just to further clarify:

mrroot5 commented 8 years ago

Sorry, I try to clarify with an example (bootstrap):

In my current project into the /bower_components/ folder it install the folders: js, less, nuget, grunt and fonts but in a production environment I only need de "dist" folder. If we have an option to choose between dev and production dependencies we can save a lot of hdd space.

I try to explain it better but english is not my mother language :(.

JKVeganAbroad commented 8 years ago

Oh, I see what you're saying!

Unfortunately, what you're asking isn't possible. I'll try to explain why:

So basically, if you only need the /dist/ folder, your only option is to download the whole Bootstrap package, and delete all of the other folders manually.

I hope I've explained this to your understanding . . . I understand the difficulties when you're not using your mother language :+1:

mrroot5 commented 8 years ago

Perfect. I thought that bower had a option to download only production package (dist for example) but I see that this option doesn't exists yet :-(.

Thank you very much for your patience and explanations. Close this issue :-).