I've just installed Bower for the first time:
npm install -g bower
I created a new directory, moved into it and used npm init (for Gulp, which I'm about to install) and then told Bower to install Bootstrap from inside the directory:
bower install bootstrap
According to the documentation it should install packages to bower_components/ but instead they got placed into raw/bower_components/. Why?
I'm new to Bower and am wondering if I've done something wrong? And also if I'm safe to move the bower_components/ directory?