If I have a repository in bower_components containing a folder with 50 JS files, I cannot include them one at a time in my Brocfile with app.import (). How to include them all in the same call?
If I try app.import the entire directory of js files, I get this error when compiling: You must pass a file to 'app.import'. For directories specify them to the constructor under the 'trees' option. You must pass a file to 'app.import'. For directories specify them to the constructor under the 'trees' option.
source share