grunt-bower
grunt-bower copied to clipboard
ignorePackages should allow for typical regex
instead of just excepting explicit names of packages to ignore... it would be good to handle these tyipcally with regex so that people can say things like....
ignorePackages: ['jquery.*', 'bootstrap']
etc