3
I’m starting to manage my components with Bower and I’m having a question:
I use Gulp to perform tasks like compiling my Less files, concatenating Avascripts, only how Bower components get inside the bower_components do not know how I can organize the gulpfile.js of my own project to import the files that the components use without needing much manual work.
Is there any paradigm of organization / import of such components?
I hope I’ve been clear. Thank you.