How to exclude certain bower component CSS during build

how to exclude certain bower component CSS during build

I did this:

Thanks for the response. I am not clear with the solution. I will explain my problem. I have added xyz bower component will do ember build all the css and js are moved to vendor.css and vendor.js now i need to exclude xyz component css form the vendor.css during build. How would i exculde that particular css

I understand now :wink: I think GitHub - rwjblue/broccoli-file-remover should work for this but I never tried.