Financial-Times / n-gage

Shared developer and build tools for FT.com applications and components
9 stars 3 forks source link

Remove bower_components directory before install #207

Closed chee closed 5 years ago

chee commented 5 years ago

A lot of developer confusion occurs when a project that was downloaded a while ago needs to be installed again, the user gets hit with a whole bunch of strange and frustrating conflicts. Bower does some silly stuff with looking at the bower_components directory before trying to build its tree that can be completely avoided if the bower_components directory isn't there.

let's do this bit for them