I'm new to Grunt and Bower. When I install FuelUX using bower, it puts about 77 megabytes of files in my app/components/fuelux directory. The default Gruntfile.js that gets generated by yo (using the angular generator) copies all of those file during a Grunt build.
I'm pretty sure I don't need to deploy all those file to my web/app server. What's the best way to ensure that only the necessary files get created in my Grunt dist output directory?