Currently looking in bower.json scripts and styles for possible dependency file specification, but that's not what scripts is supposed to be used for at this point: https://github.com/bower/bower/blob/master/HOOKS.md
See brunch/brunch#841
There are several potential ways to fix this. The most backward compatible way would probably be to ignore whatever is in scripts if it isn't an array. A more modern bower-compliant way would be to drop support for these alternates and stick to just main.
Currently looking in bower.json
scripts
andstyles
for possible dependency file specification, but that's not whatscripts
is supposed to be used for at this point: https://github.com/bower/bower/blob/master/HOOKS.mdSee brunch/brunch#841
There are several potential ways to fix this. The most backward compatible way would probably be to ignore whatever is in
scripts
if it isn't an array. A more modern bower-compliant way would be to drop support for these alternates and stick to justmain
.