I'm starting to manage my components with Bower and I have a question:
I use Gulp to perform tasks such as compiling my less files, concatenating javascripts, but since the Bower components are inside the bower_components I do not know how I can organize the gulpfile.js from my own project to import the files that the components use without much manual labor.
Is there any organization / import paradigm for such components?
I hope I have been clear. Thank you.