Exclude large bower libraries from minification

Hello,

I would like to concat and minify some while only concating other bower dependencies. Right now I’ve been using app.import to add dependencies. Is it possible to do that in order to avoid long build times?

Regards