generator-angulpify
generator-angulpify copied to clipboard
Correct way to add bower components CSS
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?
Hello, sorry for the delay ! Yes this is a valid way of doing it. :+1: I made config.js specifically to give you flexibility.