Each time i install something via bower, it piss me off that, rather then only the needed production file, a whole bunch of extra file jump into my working directory. Which is practically annoying. For example, i was installing jquery,
bower install jquery
And the next thing i know, there are two folder inside jquery directory, dist and src. dist is fine. But src contain a lots of unnecessary file, jquery's core which jquery was built on top.

In this scenario, is there any way to install jquery without the src directory? Only the dist?