x-dash icon indicating copy to clipboard operation
x-dash copied to clipboard

Install Bower at top level

Open i-like-robots opened this issue 7 years ago • 3 comments

Bower may only need to be installed once at the top-level because it supports a cwd config option, e.g.:

bower i sass-mq --config.cwd=components/x-teaser

We could therefore refactor to run bower install using athloi in future.

i-like-robots avatar Sep 25 '18 07:09 i-like-robots

previously we've avoided doing this because it makes it look like a first-class officially-sanctioned thing but we'd rather people not be using bower, and once origami isn't using it any more we should kill it, wdyt

apaleslimghost avatar Sep 25 '18 08:09 apaleslimghost

Oh yeah, I should have signed off the issue "Not that we want to encourage this sort of thing"

i-like-robots avatar Sep 25 '18 09:09 i-like-robots

We have done this as a part of Anvil https://github.com/Financial-Times/anvil/pull/113

i-like-robots avatar Feb 16 '19 13:02 i-like-robots