paulmillr / read-components

Read bower and component(1) components
28 stars 9 forks source link

bower.json "scripts" #23

Closed es128 closed 10 years ago

es128 commented 10 years ago

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.

mutewinter commented 10 years ago

:+1: would love to see a fix for this.

es128 commented 10 years ago

@paulmillr pls remember to publish

es128 commented 10 years ago

@paulmillr publish ping

perhaps make me a collab on this one?

paulmillr commented 10 years ago

ok released!