Installed this package with bower, and due to the fact that in the main bower.json for the plugin having the following: "main": "", it breaks wiredep. I changed it in my own repo to be "main": [] and it fixed the issue. I don't know how widespread of an issue this has been, but I just thought I would throw this up the flagpole.
The error from Grunt was Running "wiredep:app" (wiredep) task Warning: must provide pattern Use --force to continue
Installed this package with bower, and due to the fact that in the main bower.json for the plugin having the following:
"main": "", it breaks wiredep. I changed it in my own repo to be"main": []and it fixed the issue. I don't know how widespread of an issue this has been, but I just thought I would throw this up the flagpole.The error from Grunt was
Running "wiredep:app" (wiredep) task Warning: must provide pattern Use --force to continue