jgoux / generator-angulpify

Yeoman generator involving AngularJS, Gulp and Browserify
138 stars 21 forks source link

Correct way to add bower components CSS #31

Open luizdepra opened 9 years ago

luizdepra commented 9 years ago

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?

jgoux commented 9 years ago

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