generator-angulpify icon indicating copy to clipboard operation
generator-angulpify copied to clipboard

Correct way to add bower components CSS

Open luizdepra opened this issue 10 years ago • 1 comments

Hi!

Just a quick question: What is the correct way to add external / bower components CSS files in angulpify build process?

I need to add AngularMaterial's CSS to my project. I can do it modifying gulp's config.js, changing src.styles to an array and adding ./bower_components/angular-material/angular-material.css. But, this is the right way to do it?

luizdepra avatar Mar 23 '15 16:03 luizdepra

Hello, sorry for the delay ! Yes this is a valid way of doing it. :+1: I made config.js specifically to give you flexibility.

jgoux avatar Apr 11 '15 14:04 jgoux