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.
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 thebower_components
directory isn't there.let's do this bit for them